more removing of warning and debug messages.
[minix3.git] / tools / chrootmake.sh
blob5243814e6ebb8910dd74ee5d9db0bc2efc25e572
1 #!/bin/sh
2 set -e
3 export SHELL=/bin/sh
4 cd /usr/src
5 make etcfiles
6 su bin -c 'make world install'
7 cd tools
8 rm revision
9 rm /boot/image/*
10 make install
11 cp /boot/image/* /boot/image_big # Make big image accessible by this name
12 cp ../boot/boot /boot/boot
13 make clean
14 make image_small
15 cp image_small /boot
16 cd /usr/src
17 make clean
18 # Let man find the manpages
19 su bin -c 'makewhatis /usr/man'
20 su bin -c 'makewhatis /usr/local/man'
21 binsizes normal