Don't save install-info. We already have that built. We'll use

the one we built anyway.
This commit is contained in:
Marcel Moolenaar 2000-07-19 18:18:21 +00:00
parent 7c24617ca0
commit 2e826432aa

View File

@ -305,9 +305,8 @@ everything:
# #
installworld: installworld:
mkdir -p ${INSTALLTMP} mkdir -p ${INSTALLTMP}
for prog in [ cat chflags chown date echo egrep find grep install \ for prog in [ cat chflags chown date echo egrep find grep install ln \
install-info ln make makewhatis mv perl rm sed sh sysctl test \ make makewhatis mv perl rm sed sh sysctl test true uname zic; do \
true uname zic; do \
cp `which $$prog` ${INSTALLTMP}; \ cp `which $$prog` ${INSTALLTMP}; \
done done
cd ${.CURDIR}; ${IMAKE} reinstall cd ${.CURDIR}; ${IMAKE} reinstall