From e4db09364d7ef54cd0fbf4470947c79b6ca321a1 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 7 Apr 2001 01:48:55 +0000 Subject: 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. --- release/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'release/Makefile') diff --git a/release/Makefile b/release/Makefile index 1c1948ef84b9..f9ffa260696f 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 \ -- cgit v1.3