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.
This commit is contained in:
David E. O'Brien 2001-04-07 01:48:55 +00:00
parent b9d311049e
commit e4db09364d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75277

View File

@ -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 \