Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/config A few more.
details: https://anonhg.NetBSD.org/src/rev/e1d7a6523d49
branches: trunk
changeset: 341772:e1d7a6523d49
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Sun Nov 22 01:20:36 2015 +0000
description:
A few more.
diffstat:
usr.bin/config/TODO | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 5c19173405e2 -r e1d7a6523d49 usr.bin/config/TODO
--- a/usr.bin/config/TODO Sat Nov 21 22:55:46 2015 +0000
+++ b/usr.bin/config/TODO Sun Nov 22 01:20:36 2015 +0000
@@ -226,7 +226,7 @@
Instead of passing input files on command-line, output "INPUT(xxx.o)"
commands, and include it from generated linker scripts.
-o Generate `*.d' files.
+o Directly generate `*.d' files.
Output source/object files in raw texts instead of `Makefile'. Generate
`*.d' (make(1) depend) files. make(1) knows which object files are to be
@@ -459,3 +459,9 @@
Don't overwrite compile/link rules conditionally by existence of
${CTFCONVERT}/${CTFMERGE}. Give a separate suffix (*.ctfo) and define its
rules (.c -> .ctfo).
+
+o Consider using cpp -MD instead of ${MKDEP}.
+
+o Make "make depend" mandatory.
+
+ Automatically execute "make depend".
Home |
Main Index |
Thread Index |
Old Index