summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>1999-04-11 03:40:11 +0000
committergrog <grog@FreeBSD.org>1999-04-11 03:40:11 +0000
commita6f7cebb1b69be63e66d120173f9a8b4960e6986 (patch)
treed1b89928b1639b0e54736f64cac04e2ec73e3601 /sys/i386
parent57c8b4d2e5800801bec90763b2aa9ed55656d8c2 (diff)
downloadFreeBSD-src-a6f7cebb1b69be63e66d120173f9a8b4960e6986.zip
FreeBSD-src-a6f7cebb1b69be63e66d120173f9a8b4960e6986.tar.gz
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.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/Makefile.i3867
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386
index 6e1b831..aad7aba 100644
--- a/sys/i386/conf/Makefile.i386
+++ b/sys/i386/conf/Makefile.i386
@@ -1,7 +1,7 @@
# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.141 1999/03/11 18:28:41 dg Exp $
+# $Id: Makefile.i386,v 1.142 1999/04/07 09:28:01 grog Exp $
#
# Makefile for FreeBSD
#
@@ -229,13 +229,10 @@ install: ${KERNEL}
fi
install -c -m 555 -o root -g wheel -fschg ${KERNEL} ${DESTDIR}/
-${KERNEL}: ${KERNEL}.debug
- objcopy --strip-debug ${KERNEL}.debug ${KERNEL}
-
.endif
${INSTALL}:
- @if [ ! -f ${FULLKERNEL} ] ; then \
+ @if [ ! -f ${KERNEL} ] ; then \
echo "You must first build your kernel before trying to install." ; \
exit 1 ; \
fi
OpenPOWER on IntegriCloud