summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/configvers.h
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>1999-04-07 09:42:29 +0000
committergrog <grog@FreeBSD.org>1999-04-07 09:42:29 +0000
commit4ef566065e6b94e7776f716eb3b6de7a4fa7e720 (patch)
tree5463f6697fb56982364fa5d0974e6f0f0c93d894 /usr.sbin/config/configvers.h
parent23a589f45ba719ddb3d051d5c71098c19b10c4df (diff)
downloadFreeBSD-src-4ef566065e6b94e7776f716eb3b6de7a4fa7e720.zip
FreeBSD-src-4ef566065e6b94e7776f716eb3b6de7a4fa7e720.tar.gz
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.
Diffstat (limited to 'usr.sbin/config/configvers.h')
-rw-r--r--usr.sbin/config/configvers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/config/configvers.h b/usr.sbin/config/configvers.h
index c43c000..35c31ad 100644
--- a/usr.sbin/config/configvers.h
+++ b/usr.sbin/config/configvers.h
@@ -6,6 +6,6 @@
* The numbering scheme is inspired by the sys/conf/newvers.sh RELDATE
* and <osreldate.h> system.
*
- * $Id: configvers.h,v 1.7 1998/10/23 17:05:06 bde Exp $
+ * $Id: configvers.h,v 1.8 1998/11/15 18:07:35 dfr Exp $
*/
-#define CONFIGVERS 300009
+#define CONFIGVERS 300010
OpenPOWER on IntegriCloud