BSD 4 release
[unix-history] / usr / src / cmd / make / ident.c
index acae0e5..17069ff 100644 (file)
@@ -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
 
 /*
 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.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.
 */
 */