X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/e7c9d9544521cca458aa766d68588dd4cf1c5ebb..31cef89cb428866f787983e68246030321893df4:/usr/src/cmd/make/ident.c diff --git a/usr/src/cmd/make/ident.c b/usr/src/cmd/make/ident.c index acae0e5966..17069ff0c6 100644 --- a/usr/src/cmd/make/ident.c +++ b/usr/src/cmd/make/ident.c @@ -1,4 +1,4 @@ -char *xxxvers = "\nMAKE. VERSION 2.54 29 AUGUST 1978\n" ; +char *xxxvers = "\n@(#) MAKE. VERSION 2.61 13 AUGUST 1980\n" ; /* 2.1 4/24/76 Base version @@ -89,4 +89,12 @@ char *xxxvers = "\nMAKE. VERSION 2.54 29 AUGUST 1978\n" ; 2.52 2.53 Changed handling of "touch" 2.54 Fixed bug involving comments in lexical analyzer. +2.55 Ignore commands that begin with a # are comments. +2.56 Added = to list of META characters (to permit shell commands) +2.57 Changed lookarch and getobj to fix bugs. +2.58 Fixed interrupt handling. +2.59 Changed references to sprintf to accomodate new function definition + Also fixed extern declarations. +2.60 Limited the number of open directories. +2.61 Added code to handle archives with ascii headers. */