Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/mkdep
Module Name: src
Committed By: dsl
Date: Mon Nov 10 17:56:38 UTC 2003
Modified Files:
src/usr.bin/mkdep: Makefile mkdep.1 mkdep.c
Log Message:
Add the following options with a view to using 'cc -MD' to automatically
create dependency files:
-d process xxx.d files to generate .depend (don't run ${CC})
-o add .OPTIONAL: <headers> to output file
-q don't print warnins for missing files (with -d)
-s suf list of suffixes to replace ".o"
The -s suf should allow all the 'afterdepend' stuff to be killed.
(christos thought this might be a good idea...)
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/usr.bin/mkdep/Makefile
cvs rdiff -r1.10 -r1.11 src/usr.bin/mkdep/mkdep.1
cvs rdiff -r1.17 -r1.18 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