diff options
| author | Greg Lehey <grog@FreeBSD.org> | 1999-04-11 03:40:11 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 1999-04-11 03:40:11 +0000 |
| commit | 4357ca882d3115af8ff455243e20bd973d321a01 (patch) | |
| tree | a9084ef1c15896d99691b6d44994fdd7757846ed /sys/alpha | |
| parent | 4e697da8b384cc2bdd4b792b3d8ca34e111d55d1 (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/conf/Makefile.alpha | 7 |
1 files changed, 2 insertions, 5 deletions
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 |
