mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 02:12:45 +00:00
Don't save install-info. We already have that built. We'll use
the one we built anyway.
This commit is contained in:
parent
7c24617ca0
commit
2e826432aa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63544
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user