summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-04-07 01:48:55 +0000
committerobrien <obrien@FreeBSD.org>2001-04-07 01:48:55 +0000
commit1c83993e8077275037ca3071422163dab62e2b46 (patch)
tree8398cd7b07b6b29864678c12f2eead68f32e6f87 /release
parentdcd243cca859f0baac61f785ab8c6cc164ce85e6 (diff)
downloadFreeBSD-src-1c83993e8077275037ca3071422163dab62e2b46.zip
FreeBSD-src-1c83993e8077275037ca3071422163dab62e2b46.tar.gz
Blow away all the help files on the MFSROOT for the Alpha.
Someone did something that really blew up the size of the crunchgen'ed sysinstall+friends.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile
index 1c1948e..f9ffa26 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -559,6 +559,9 @@ release.8: write_mfs_in_kernel
tar xf - -C ${RD}/mfsfd/stand
@echo "Compressing doc files..."
@gzip -9 ${RD}/mfsfd/stand/help/*.hlp
+.if ${MACHINE_ARCH} == "alpha"
+ rm -rf ${RD}/mfsfd/stand/help/*
+.endif
.if exists(${.CURDIR}/${MACHINE_ARCH}/drivers.conf)
@mkdir -p ${RD}/mfsfd/stand/modules
@perl ${.CURDIR}/scripts/driver-copy2.pl \
OpenPOWER on IntegriCloud