Module Name:    src
Committed By:   uebayasi
Date:           Fri Sep 11 02:26:22 UTC 2015

Modified Files:
        src/usr.bin/config: TODO

Log Message:
Libraries should be built in sub-make.  libkern is polluting .PATH too much.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 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.29 src/usr.bin/config/TODO:1.30
--- src/usr.bin/config/TODO:1.29	Tue Sep  8 05:48:07 2015
+++ src/usr.bin/config/TODO	Fri Sep 11 02:26:22 2015
@@ -437,6 +437,9 @@ o Support library.
 
   Provide a consistent way to build library either as .o or .a.
 
+  Build libraries in sub-make.  Don't include library makefiles.  Don't
+  pollute search path (.PATH).  libkern does too much.
+
 o Accept `.a' suffix.
 
   Make "file" command accept `.a' suffix.  Handle it the same way as `.o'.

Reply via email to