Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-2-0] src/usr.bin/make



Module Name:    src
Committed By:   tron
Date:           Mon May 10 15:32:44 UTC 2004

Modified Files:
        src/usr.bin/make [netbsd-2-0]: main.c

Log Message:
Pull up revision 1.101 (requested by sjg in ticket #282):
Recognize -- (dash dash) and apply the usual interpretation.
Notes:
* The immediately previous version of make errored out on --,
which is what needs fixing.
* Historic bsd make silently ate -- and continued to process
options, so this is a behavior change from that, too, but presumably
there is more to gain in fixing it than in being bug-compatible.


To generate a diff of this commit:
cvs rdiff -r1.100 -r1.100.2.1 src/usr.bin/make/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index