From owner-cvs-all Sat Apr 10 20:42:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1530814D42; Sat, 10 Apr 1999 20:42:24 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA82914; Sat, 10 Apr 1999 20:40:11 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199904110340.UAA82914@freefall.freebsd.org> From: Greg Lehey Date: Sat, 10 Apr 1999 20:40:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/config main.c config.8 mkmakefile.c src/sys/i386/conf Makefile.i386 src/sys/alpha/conf Makefile.alpha src/sys/pc98/conf Makefile.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/04/10 20:40:11 PDT Modified files: usr.sbin/config main.c config.8 mkmakefile.c sys/i386/conf Makefile.i386 sys/alpha/conf Makefile.alpha sys/pc98/conf Makefile.pc98 Log: Back out default debug kernel. The flags revert to historical behaviour. Requested-by: ache bde dg Modify targets for debug kernels: when -g was specified, make will now build a debug kernel called kernel.debug, and create a stripped version called kernel at the same time. The two targets install and install.debug are otherwise unchanged. Requested-by: dillon Update man page accordingly. Revision Changes Path 1.29 +4 -18 src/usr.sbin/config/main.c 1.13 +47 -29 src/usr.sbin/config/config.8 1.36 +10 -6 src/usr.sbin/config/mkmakefile.c 1.143 +2 -5 src/sys/i386/conf/Makefile.i386 1.20 +2 -5 src/sys/alpha/conf/Makefile.alpha 1.59 +2 -5 src/sys/pc98/conf/Makefile.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message