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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63544

View File

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