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 | |
| parent | 4e697da8b384cc2bdd4b792b3d8ca34e111d55d1 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/alpha/conf/Makefile.alpha | 7 | ||||
| -rw-r--r-- | sys/conf/Makefile.alpha | 7 | ||||
| -rw-r--r-- | sys/conf/Makefile.i386 | 7 | ||||
| -rw-r--r-- | sys/conf/Makefile.pc98 | 7 | ||||
| -rw-r--r-- | sys/conf/Makefile.powerpc | 7 | ||||
| -rw-r--r-- | sys/i386/conf/Makefile.i386 | 7 | ||||
| -rw-r--r-- | sys/pc98/conf/Makefile.pc98 | 7 |
7 files changed, 14 insertions, 35 deletions
diff --git a/sys/alpha/conf/Makefile.alpha b/sys/alpha/conf/Makefile.alpha index 0253ae3442925..123763f3d6742 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 diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha index 0253ae3442925..123763f3d6742 100644 --- a/sys/conf/Makefile.alpha +++ b/sys/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 diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index 6e1b831a7f4a8..aad7abadefe08 100644 --- a/sys/conf/Makefile.i386 +++ b/sys/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 diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index a90547d673b65..f9c6717110452 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -3,7 +3,7 @@ # Makefile.i386 -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.pc98,v 1.57 1999/03/13 13:18:00 kato Exp $ +# $Id: Makefile.pc98,v 1.58 1999/04/07 09:28:03 grog Exp $ # # Makefile for FreeBSD # @@ -233,13 +233,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 diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index 6e1b831a7f4a8..aad7abadefe08 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -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 diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386 index 6e1b831a7f4a8..aad7abadefe08 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 diff --git a/sys/pc98/conf/Makefile.pc98 b/sys/pc98/conf/Makefile.pc98 index a90547d673b65..f9c6717110452 100644 --- a/sys/pc98/conf/Makefile.pc98 +++ b/sys/pc98/conf/Makefile.pc98 @@ -3,7 +3,7 @@ # Makefile.i386 -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.pc98,v 1.57 1999/03/13 13:18:00 kato Exp $ +# $Id: Makefile.pc98,v 1.58 1999/04/07 09:28:03 grog Exp $ # # Makefile for FreeBSD # @@ -233,13 +233,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 |
