Fixed world breakage. mkdir was not copied to ${INSTALLTMP}, but it is
used by src/include/Makefile in the SHARED=symlinks case.
This commit is contained in:
parent
79fd56534c
commit
63171780d4
@ -323,7 +323,7 @@ everything:
|
||||
installworld:
|
||||
mkdir -p ${INSTALLTMP}
|
||||
for prog in [ awk cat chflags chmod chown date echo egrep find grep \
|
||||
ln make makewhatis mtree mv perl rm sed sh sysctl \
|
||||
ln make makewhatis mkdir mtree mv perl rm sed sh sysctl \
|
||||
test true uname wc zic; do \
|
||||
cp `which $$prog` ${INSTALLTMP}; \
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user