summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-06-24 14:27:25 +0000
committerjkh <jkh@FreeBSD.org>1994-06-24 14:27:25 +0000
commit81130f902b37a071da196d17cb5e936a764c80e3 (patch)
tree202bfccae1620f7568c7d6450a98b26033d9ca7a /etc/Makefile
parent069c09aaf9b7d625348c3df53bfd9f303c348599 (diff)
downloadFreeBSD-src-81130f902b37a071da196d17cb5e936a764c80e3.zip
FreeBSD-src-81130f902b37a071da196d17cb5e936a764c80e3.tar.gz
My last few changes to the release code plus a small termcap file
for the cpio floppy.
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile14
1 files changed, 11 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile
index e57d560..40a7b3c 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.70 1994/06/22 08:33:28 jkh Exp $
+# $Id: Makefile,v 1.71 1994/06/22 08:37:28 jkh Exp $
# disktab may be wrong -- hcx9 is a tahoe, but gets its own.
# -rw-r--r--
@@ -85,7 +85,7 @@ CPIO_FILES= ${COPYRIGHT}
CPIO_CPIO= bin/dd bin/ps bin/pwd bin/stty
CPIO_CPIO+= etc/protocols etc/remote etc/services
CPIO_CPIO+= etc/termcap
-CPIO_CPIO+= sbin/dmesg
+#CPIO_CPIO+= sbin/dmesg
CPIO_CPIO+= sbin/ifconfig sbin/fsck sbin/mknod sbin/mount_isofs
CPIO_CPIO+= sbin/mount_procfs
CPIO_CPIO+= sbin/reboot sbin/route sbin/slattach
@@ -386,10 +386,18 @@ cpio.flp:
chmod 755 ${MOUNT}/.
(cd ${DESTDIR}/; \
ls ${CPIO_FILES} | cpio -pdamuv ${MOUNT})
+ # This ugliness is because the default termcap file is simply too
+ # big and we don't need such a hugh one for the initial installation,
+ # yet we want the symlink in /etc to point to the right place so we
+ # need to install the smaller one in the same location.
+ mv ${DESTDIR}/usr/share/misc/termcap ${DESTDIR}/usr/share/misc/otermcap
+ install -c -o ${BINOWN} -g ${BINGRP} -m 755 \
+ ${.CURDIR}/termcap.small ${DESTDIR}/usr/share/misc/termcap
(cd ${DESTDIR}/; \
(find ${CPIO_CPIO}; ls -d ${CPIO_CPIO_DIRS}) | \
cpio -H newc --block-size=16 -oav | \
gzip -9 >${MOUNT}/inst2.cpio.gz)
+ mv ${DESTDIR}/usr/share/misc/otermcap ${DESTDIR}/usr/share/misc/termcap
install -c -o ${BINOWN} -g ${BINGRP} -m 755 \
${.CURDIR}/etc.i386/cpio.rc ${MOUNT}/rc
install -c -o ${BINOWN} -g ${BINGRP} -m 755 \
@@ -568,7 +576,7 @@ floppies: kcopy_ah.flp kcopy_bt.flp filesyst.flp cpio.flp \
cdins_ah.flp cdins_bt.flp
release: release-dirs distribution crunch extract kcopy-kernels \
- floppies bin-tarball des-tarball
+ floppies bin-tarball des-tarball clean
release-dirs:
rm -rf ${RELEASEDIR}/filesys
OpenPOWER on IntegriCloud