diff options
author | jkh <jkh@FreeBSD.org> | 1994-11-08 13:54:21 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-11-08 13:54:21 +0000 |
commit | 636833185c252e20978f739772190bc36c9ae7c2 (patch) | |
tree | 79388d2c7e9bf891b9676b7035145e2ea87182ec /release | |
parent | 73ad652e881e1cc47d67eb72f007c780442e749a (diff) | |
download | FreeBSD-src-636833185c252e20978f739772190bc36c9ae7c2.zip FreeBSD-src-636833185c252e20978f739772190bc36c9ae7c2.tar.gz |
It *is* OK to strip the kernel after all. Poul has one in his bindist
that overwrites this one anyway, so..
Diffstat (limited to 'release')
-rw-r--r-- | release/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index 11c4a90..275cf43 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.25 1994/11/08 11:14:43 jkh Exp $ +# $Id: Makefile,v 1.26 1994/11/08 11:29:35 jkh Exp $ # FDLABEL= fd1440 @@ -49,6 +49,7 @@ boot.flp: newfs -c 80 -b 4096 -f 512 -i 8192 -m 0 -o space /dev/r${FLOPPY} mount -o async /dev/${FLOPPY} ${MNT} mkdir ${MNT}/dev ${MNT}/stand ${MNT}/mnt + strip -x ${.CURDIR}/../sys/compile/GENERIC/kernel cp ${.CURDIR}/../sys/compile/GENERIC/kernel ${MNT}/kernel cp ${DESTDIR}/usr/mdec/sdboot ${DESTDIR}/usr/mdec/bootsd ${MNT}/stand ( cd ${DESTDIR}/dev ; \ |