botched sccsid
[unix-history] / usr / src / old / make / ident.c
CommitLineData
844ed2a1
BJ
1char *xxxvers = "\n@(#) MAKE. VERSION 2.61 13 AUGUST 1980\n" ;
2static char *sccsid = "@(#)ident.c 4.1 (Berkeley) 81/02/28";
3
4/*
52.1 4/24/76 Base version
6
72.2 4/26/76 Error found by SRB in overriding pattern rules;
8 corrected gram.y
9
102.3 4/27/76 Further correction for overriding pattern rules;
11 corrected doname.c
12
132.4 Removed .CLEAR name, added .IGNORE.
14 A .SUFFIXES rule without dependents clears the list
15
162.5 Stripped output
17
182.6 Changed doshell to accomodate new shell.
19
202.7 Following SRB's sugestion, added ${...} as
21 alternate macro name
22
232.8 Defined macros AS and DTGEN in files.c.
24
252.9 Put in a fix to prevent removal of files
26 upon interrupt in a :: rule.
27
282.10 Fixed bugs involving messages for ::
29 and closing standard input
30
312.11 Changed time test from <= to <
32 (equal times are considered in sync)
33
342.12 Installed -t flag (touch and update time of
35 files rather than issue commands)
36 Fixed bug in dosys
37
382.13 Fixed lex.c to allow sharps (#) in commands
39
402.14 Added .DEFAULT rule
41
422.15 Changed to <lS> I/O System (stdio.h)
43
442.16 Removed references to double floats and macro HAVELONGS;
45 committed to use of long ints for times.
462.17 Corrected metacharacter list in dosys.c.
472.18 Miscellaneous fixes
482.19 Updated files.c to use include file stat.h
492.20 Added -q flag for Mike Lesk
502.21 Added AWK rules and .w suffix to files.c
512.22 Added colon to the list of metacharacters
522.23 Macro substitutions on dependency lines.
53 Redid argument and macro setting.
54 Close files before exec'ing.
55 Print > at beginning of command lines.
56 No printing of commands beginnng with @.
572.24 Parametrized propt sequence in doname.c (4/1/77)
582.25 Added $? facility
592.26 Fixed bug in macro expansion
602.27 Repaired interrupt handling
612.28 Repaired bug in -n
622.29 Repaired bug in file closing and $? string creation
632.30 Repaired bug in grammar about command lines
642.31 Added -k flag, modified doname.c and defs
652.32 Made "keepgoing" the default, added -S flag,
66 changed handling of funny characters internally
672.3 Small fixups to interrupt and quit handling.
68 Changed default back to -k.
692.34 Added .PRECIOUS rule for interrupts
702.35 Added references to include files (due to TLL)
712.36 Fixed bug in lex.c so = permitted in rules on :; line
722.37 Miscellaneous code cleanups
732.38 Sleep one second after each touch in -t mode
742.39 Extended string[] declaration in doname.c
752.40 Permit recursive macro references
762.41 Separated YYLMAX into INMAX and OUTMAX macros, specifying longest
77 input and output lines respectively.
782.42 Fixed bug involving :: lines without dependents
792.43 Main name is first name that contains a slash or doesn't
80 begin with a dot
812.44 Fixed bug involving $$ on command line
822.45 Changed files.c to put .f before .e, .r and to use f77 instead of fc.
832.46 Changed dosys.c to eliminate copying and to call execvp.
842.47 Changed files.c to add ".out" suffix and rules.
852.48 Changed misc.c to permit tabs preceding = in macro definition
862.49 Added reference to <ctyp.h>. Removed -lS references from files.c
872.50 General cleanup to reduce lint messages. (changes in declarations
88 and in uses of variables)
892.51 Further cleanup making use of new Yacc features.
902.52
912.53 Changed handling of "touch"
922.54 Fixed bug involving comments in lexical analyzer.
932.55 Ignore commands that begin with a # are comments.
942.56 Added = to list of META characters (to permit shell commands)
952.57 Changed lookarch and getobj to fix bugs.
962.58 Fixed interrupt handling.
972.59 Changed references to sprintf to accomodate new function definition
98 Also fixed extern declarations.
992.60 Limited the number of open directories.
1002.61 Added code to handle archives with ascii headers.
101*/