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:   christos
Date:           Sun Feb  3 21:41:45 UTC 2002

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

Log Message:
Bring down the number of stat(2) system calls from 682 to 294. This change
adds a .NOSUFF directive that has been applied to targets that have been
already made, and are not supposed to have suffix rules applied to them.


To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 basesrc/usr.bin/make/make.h
cvs rdiff -r1.78 -r1.79 basesrc/usr.bin/make/parse.c
cvs rdiff -r1.36 -r1.37 basesrc/usr.bin/make/suff.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