diff options
author | jkh <jkh@FreeBSD.org> | 1995-04-13 20:21:06 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-04-13 20:21:06 +0000 |
commit | 5649197789fd2951529a64bf07af6ee5f20f610e (patch) | |
tree | 8dc72e666881213f3a369b4a30daadb760aaac3c /release/Makefile | |
parent | 20e8a2d3d9bd03650b75c253cafcfcef80f56639 (diff) | |
download | FreeBSD-src-5649197789fd2951529a64bf07af6ee5f20f610e.zip FreeBSD-src-5649197789fd2951529a64bf07af6ee5f20f610e.tar.gz |
Remove fixit floppy from things to build until Poul makes it work again.
Diffstat (limited to 'release/Makefile')
-rw-r--r-- | release/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile index d852c1c..76e8a1e 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.135 1995/04/13 02:11:31 phk Exp $ +# $Id: Makefile,v 1.136 1995/04/13 09:05:25 phk Exp $ # # How to roll a release: # @@ -76,6 +76,8 @@ release: .endif # To be used in development... #find ${.CURDIR} -print | cpio -dumpv ${CHROOTDIR} + #temporary hack to disable slices + cp /tmp/sd.c ${CHROOTDIR}/usr/src/sys/scsi chmod 755 ${CHROOTDIR}/mk chroot ${CHROOTDIR} /mk @@ -377,7 +379,7 @@ doTARBALL: ${ZIPNSPLIT} ${RD}/dists/${TD}/$$tn. ) doRELEASE: release.1 release.2 release.3 release.4 release.5 release.6 \ - release.7 release.8 release.9 release.10 + release.7 release.8 release.9 cd ${.CURDIR} && ${MAKE} cdrom.1 ftp.1 @echo "Release done" |