Source-Changes archive

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

CVS commit: basesrc/usr.bin/make



Module Name:    basesrc
Committed By:   tv
Date:           Wed Oct 31 01:15:58 UTC 2001

Modified Files:
        basesrc/usr.bin/make: main.c make.h parse.c

Log Message:
Allow "-m" to be used in a .MAKEFLAGS: special target and get it to work.
(This splits out the "default system include paths" into its own Lst
variable, and uses it only if sysIncPath is empty.  This allows sysIncPath
to be filled in by the Makefile itself.)


To generate a diff of this commit:
cvs rdiff -r1.72 -r1.73 basesrc/usr.bin/make/main.c
cvs rdiff -r1.37 -r1.38 basesrc/usr.bin/make/make.h
cvs rdiff -r1.73 -r1.74 basesrc/usr.bin/make/parse.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