Module Name: src
Committed By: uebayasi
Date: Tue Sep 8 05:48:07 UTC 2015
Modified Files:
src/usr.bin/config: TODO
Log Message:
About ${CTFCONVERT}.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/usr.bin/config/TODO
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/config/TODO
diff -u src/usr.bin/config/TODO:1.28 src/usr.bin/config/TODO:1.29
--- src/usr.bin/config/TODO:1.28 Tue Sep 8 02:23:34 2015
+++ src/usr.bin/config/TODO Tue Sep 8 05:48:07 2015
@@ -450,3 +450,9 @@ o Clean up ${MD_OBJS} and friends in Mak
Rely on the fact that config(1) parses files.${MACHINE} first, outputs
files in the order it parses files.* (actually include depth), and
`Makefile.kern.inc' preserve file order to pass to ${LD}.
+
+o Clean up CTF-related rules.
+
+ Don't overwrite compile/link rules conditionally by existence of
+ ${CTFCONVERT}/${CTFMERGE}. Give a separate suffix (*.ctfo) and define its
+ rules (.c -> .ctfo).