freebsd-skq/usr.sbin/config
grog 23a589f45b 1. Modify config to issue different code for debugging.
2.  Config complains if you use -g:

    Debugging is enabled by default, there is no ned to specify the -g option

3.  Config warns you if you don't use -s:

    Building kernel with full debugging symbols.  Do
    "config -s BSD" for historic partial symbolic support.
    To install the debugging kernel, do make install.debug

    (BSD was the name of the config file I used; I print out the same
    name).

4.  Modify Makefile.i386, Makefile.alpha, Makefile.pc98 and config to
    work if a kernel name other than 'kernel' is specified.  This is
    not absolutely necessary, but useful, and it was relatively easy.
    I now have a kernel called /crapshit :-)

5.  Modify Makefile.i386, Makefile.alpha, Makefile.pc98 "clean" target
    to remove both the debug and normal kernel.

6.  Modify all to install the stripped kernel by default and the debug
    kernel if you enter "make install.debug".

7.  Update version number of Makefiles and config.
1999-04-07 09:28:03 +00:00
..
SMM.doc
config.8 Make '-n' the default, and introduce a new flag '-r' to get old 1998-02-18 04:15:04 +00:00
config.h Reviewed by: Doug Rabson 1998-09-03 21:03:43 +00:00
config.y Fixed off-by-1 errors in option line numbers. yyline is 0-based, but 1998-07-12 02:18:41 +00:00
configvers.h * Change 'struct resource' to 'struct config_resource'. 1998-11-15 18:07:35 +00:00
lang.l Removed unused/unusable "ha" keyword. Device classes should never have 1998-10-16 15:08:30 +00:00
main.c 1. Modify config to issue different code for debugging. 1999-04-07 09:28:03 +00:00
Makefile Backed out previous backout. Put y.tab.h back in SRCS. 1998-05-06 15:27:57 +00:00
mkglue.c Scaffolding for High Availability code. The actual code will probably 1998-04-02 04:25:41 +00:00
mkheaders.c Fix some breakage from my last set of changes. 1997-11-07 00:09:40 +00:00
mkioconf.c Oops, really don't generate compiler warnings about missing braces. 1999-02-05 16:58:22 +00:00
mkmakefile.c 1. Modify config to issue different code for debugging. 1999-04-07 09:28:03 +00:00
mkoptions.c Convert the maxusers directive to a normal MAXUSERS option (normally 1998-07-12 08:10:33 +00:00
mkswapconf.c Add (mostly stub) alpha support. Incidentally, it doesn't build on stable 1998-06-09 14:02:08 +00:00
mkubglue.c Use err(3), add usage(). -Wall clean. 1997-09-15 06:37:10 +00:00