Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/config Allow easier adding/removing of options witho...



details:   https://anonhg.NetBSD.org/src/rev/c9253cb7b47d
branches:  trunk
changeset: 803092:c9253cb7b47d
user:      apb <apb%NetBSD.org@localhost>
date:      Sun Oct 12 15:54:19 2014 +0000

description:
Allow easier adding/removing of options without regard to
whether or not they were already defined.

diffstat:

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

diffs (23 lines):

diff -r 15a04bb3f173 -r c9253cb7b47d usr.bin/config/TODO
--- a/usr.bin/config/TODO       Sun Oct 12 15:38:45 2014 +0000
+++ b/usr.bin/config/TODO       Sun Oct 12 15:54:19 2014 +0000
@@ -62,3 +62,19 @@
   cfdata is pattern matching rules to enable devices at runtime device
   auto-configuration.  It is pure data and can (should) be generated separately
   from the code.
+
+o Allow easier adding and removing of options.
+
+  It should be possible to add or remove options, flags, etc.,
+  without regard to whether or not they are already defined.
+  For example, a configuration like this:
+
+       include GENERIC
+       options FOO
+       no options BAR
+
+  should work regardless of whether or not options FOO and/or
+  options BAR were defined in GENERIC.  It should not give
+  errors like "options BAR was already defined" or "options FOO
+  was not defined".
+



Home | Main Index | Thread Index | Old Index