Add cp(1) to the list of binaries we need to save. The cp(1) command

is used by the installation of ld-elf.so when an existing version
exists.
This commit is contained in:
Marcel Moolenaar 2000-07-19 22:48:52 +00:00
parent 1f923b0c89
commit 39b909dad3

View File

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