From 4357ca882d3115af8ff455243e20bd973d321a01 Mon Sep 17 00:00:00 2001 From: Greg Lehey Date: Sun, 11 Apr 1999 03:40:11 +0000 Subject: 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. --- sys/alpha/conf/Makefile.alpha | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sys/alpha') diff --git a/sys/alpha/conf/Makefile.alpha b/sys/alpha/conf/Makefile.alpha index 0253ae344292..123763f3d674 100644 --- a/sys/alpha/conf/Makefile.alpha +++ b/sys/alpha/conf/Makefile.alpha @@ -1,7 +1,7 @@ # Makefile.alpha -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.alpha 7.1 5/10/91 -# $Id: Makefile.alpha,v 1.18 1999/02/14 13:56:15 des Exp $ +# $Id: Makefile.alpha,v 1.19 1999/04/07 09:27:59 grog Exp $ # # Makefile for FreeBSD # @@ -260,13 +260,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 -- cgit v1.3