Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   lukem
Date:           Tue Apr 13 12:43:13 UTC 2004

Modified Files:
        src: Makefile
        src/etc: Makefile

Log Message:
Convert lines of the form
        (cd ${.CURDIR}/somedir && ${MAKE} AVAR=value atarget)
to
        ${MAKEDIRTARGET} somedir atarget AVAR=value
which results in a "prettier" display of these operations


To generate a diff of this commit:
cvs rdiff -r1.231 -r1.232 src/Makefile
cvs rdiff -r1.284 -r1.285 src/etc/Makefile

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