mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
Bootstrap install(1).
This commit is contained in:
parent
2c745214f2
commit
3f628ce112
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77347
@ -322,7 +322,7 @@ everything:
|
|||||||
installworld:
|
installworld:
|
||||||
mkdir -p ${INSTALLTMP}
|
mkdir -p ${INSTALLTMP}
|
||||||
for prog in [ awk cat chflags chmod chown date echo egrep find grep \
|
for prog in [ awk cat chflags chmod chown date echo egrep find grep \
|
||||||
install ln make makewhatis mtree mv perl rm sed sh sysctl \
|
ln make makewhatis mtree mv perl rm sed sh sysctl \
|
||||||
test true uname wc zic; do \
|
test true uname wc zic; do \
|
||||||
cp `which $$prog` ${INSTALLTMP}; \
|
cp `which $$prog` ${INSTALLTMP}; \
|
||||||
done
|
done
|
||||||
@ -562,8 +562,8 @@ _strfile= games/fortune/strfile
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
bootstrap-tools:
|
bootstrap-tools:
|
||||||
.for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef usr.sbin/config \
|
.for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef usr.bin/xinstall \
|
||||||
usr.sbin/kbdcontrol \
|
usr.sbin/config usr.sbin/kbdcontrol \
|
||||||
gnu/usr.bin/gperf gnu/usr.bin/groff gnu/usr.bin/texinfo
|
gnu/usr.bin/gperf gnu/usr.bin/groff gnu/usr.bin/texinfo
|
||||||
cd ${.CURDIR}/${_tool}; \
|
cd ${.CURDIR}/${_tool}; \
|
||||||
${MAKE} obj; \
|
${MAKE} obj; \
|
||||||
|
Loading…
Reference in New Issue
Block a user