Module Name: src
Committed By: uebayasi
Date: Tue Sep 8 02:23:34 UTC 2015
Modified Files:
src/usr.bin/config: TODO
Log Message:
${MD_OBJS} and friends.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 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.27 src/usr.bin/config/TODO:1.28
--- src/usr.bin/config/TODO:1.27 Tue Sep 8 00:53:39 2015
+++ src/usr.bin/config/TODO Tue Sep 8 02:23:34 2015
@@ -440,3 +440,13 @@ o Support library.
o Accept `.a' suffix.
Make "file" command accept `.a' suffix. Handle it the same way as `.o'.
+
+o Clean up ${MD_OBJS} and friends in Makefile.${MACHINE}.
+
+ Don't use ${MD_OBJS}, ${MD_LIBS}, ${MD_SFILES}, and ${MD_CFILES}.
+
+ List files in config(5)'s "file". Override build rules only when neccesary.
+
+ 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}.