Build as bin

This commit is contained in:
Ben Gras 2005-09-16 12:25:43 +00:00
parent debee76a38
commit b392d8f91e

View file

@ -2,7 +2,7 @@
export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
cd /usr/src || exit 1 cd /usr/src || exit 1
( cd etc && make install ) ( cd etc && make install )
make world install || exit 1 su bin -c 'make world install' || exit 1
cd tools || exit 1 cd tools || exit 1
rm revision rm revision
rm /boot/image/* rm /boot/image/*
@ -14,9 +14,9 @@ cp image_small /boot || exit 1
cd /usr/src || exit 1 cd /usr/src || exit 1
make clean make clean
# Let man find the manpages # Let man find the manpages
makewhatis /usr/man su bin -c 'makewhatis /usr/man'
makewhatis /usr/gnu/man su bin -c 'makewhatis /usr/gnu/man'
makewhatis /usr/local/man su bin -c 'makewhatis /usr/local/man'
mv /usr/src/commands /usr/src.commands mv /usr/src/commands /usr/src.commands
mv /usr/src/contrib /usr/src.contrib mv /usr/src/contrib /usr/src.contrib
exit 0 exit 0