Source-Changes archive

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

CVS commit: sharesrc



Module Name:    sharesrc
Committed By:   perry
Date:           Tue Sep 14 01:31:12 UTC 1999

Modified Files:
        sharesrc/share/mk: Makefile bsd.hostprog.mk bsd.info.mk bsd.kmod.mk
            bsd.lib.mk bsd.man.mk bsd.own.mk bsd.prog.mk
Added Files:
        sharesrc/share/mk: bsd.depall.mk

Log Message:
Add a "dependall" target, which does a "make depend" and then "make all"
in a single directory. This is useful in "make build" because by doing
the build immediately after the depend, all sources will typically
still be in the buffer cache, thus saving significant time over doing
a "make depend" on all the directories and then a "make all".


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 sharesrc/share/mk/Makefile
cvs rdiff -r0 -r1.1 sharesrc/share/mk/bsd.depall.mk
cvs rdiff -r1.1 -r1.2 sharesrc/share/mk/bsd.hostprog.mk
cvs rdiff -r1.8 -r1.9 sharesrc/share/mk/bsd.info.mk
cvs rdiff -r1.32 -r1.33 sharesrc/share/mk/bsd.kmod.mk
cvs rdiff -r1.158 -r1.159 sharesrc/share/mk/bsd.lib.mk
cvs rdiff -r1.48 -r1.49 sharesrc/share/mk/bsd.man.mk
cvs rdiff -r1.127 -r1.128 sharesrc/share/mk/bsd.own.mk
cvs rdiff -r1.103 -r1.104 sharesrc/share/mk/bsd.prog.mk

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