Source-Changes archive

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

CVS commit: src/tools



Module Name:    src
Committed By:   apb
Date:           Sat Oct 25 22:15:28 UTC 2008

Modified Files:
        src/tools: Makefile.disklabel
        src/tools/gcc: Makefile
        src/tools/genassym: Makefile
        src/tools/groff: Makefile
        src/tools/lorder: Makefile

Log Message:
Use ${TOOL_SED} instead of just "sed" while building other tools.

Where sed is used in a != assignment, use
.if make(depend) || make(all) || make(dependall) || make(install)
to ensure the command doesn't run at "make obj" time when TOOL_SED will
not have been built.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/tools/Makefile.disklabel
cvs rdiff -r1.29 -r1.30 src/tools/gcc/Makefile
cvs rdiff -r1.4 -r1.5 src/tools/genassym/Makefile
cvs rdiff -r1.28 -r1.29 src/tools/groff/Makefile
cvs rdiff -r1.10 -r1.11 src/tools/lorder/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