Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/config remove these items:



details:   https://anonhg.NetBSD.org/src/rev/665b2f2c36b8
branches:  trunk
changeset: 810539:665b2f2c36b8
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Sep 03 05:45:16 2015 +0000

description:
remove these items:

 o Disallow unknown options.
 o Kill makeoptions.

because they're overly strict and i use these both regularly
to do stuff that isn't in the base src, and i'm quite sure
i am not the only one.

diffstat:

 usr.bin/config/TODO |  12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diffs (22 lines):

diff -r 3a4948d897d7 -r 665b2f2c36b8 usr.bin/config/TODO
--- a/usr.bin/config/TODO       Thu Sep 03 04:17:55 2015 +0000
+++ b/usr.bin/config/TODO       Thu Sep 03 05:45:16 2015 +0000
@@ -375,18 +375,6 @@
   code (where multiple drivers contain the same basic logic), and doesn't
   necessarily handle all of the "frobbing" of the kernel lists.
 
-o Disallow unknown options.
-
-  Don't accept options that are not defined as either defflag or defparam.
-  Report them and exit.  Don't set ${IDENT} in the generated Makefile.
-
-o Kill makeoptions.
-
-  It adds a variable defined in the generated `Makefile'.  While it looks
-  useful, it is too flexible and easy to abuse.  The `Makefile' should be
-  kept as simple as possible and have nothing that affects output contents.
-  Consider to kill `makeoptions' totally, replace existing ones with `options'.
-
 o Don't use -Ttext ${TEXTADDR}.
 
   Although ld(1)'s `-Ttext ${TEXTADDR}' is an easy way to specify the virtual



Home | Main Index | Thread Index | Old Index