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: jmmv
Date: Sun Aug 26 22:37:19 UTC 2012
Modified Files:
src/doc: CHANGES
src/tests/usr.bin/mkdep: t_mkdep.sh
src/tools/host-mkdep: host-mkdep.in
src/usr.bin/mkdep: mkdep.1 mkdep.c
Log Message:
Add a new "-P prefix" option to mkdep(1).
This option prepends the string given in prefix to every target
filename. This is useful for programs that have source files in
multiple subdirectories and a single Makefile that references all of
them explicitly (without using the VPATH functionality because there
can be files with the same name in each subdirectory).
To generate a diff of this commit:
cvs rdiff -u -r1.1738 -r1.1739 src/doc/CHANGES
cvs rdiff -u -r1.3 -r1.4 src/tests/usr.bin/mkdep/t_mkdep.sh
cvs rdiff -u -r1.20 -r1.21 src/tools/host-mkdep/host-mkdep.in
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/mkdep/mkdep.1
cvs rdiff -u -r1.40 -r1.41 src/usr.bin/mkdep/mkdep.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