Typo reported by Al Woodhull.
[minix3.git] / tools / chrootmake.sh
blobd1e4552faf5babdd431e0749170036487a6db26c
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/gnu/man'
21 su bin -c 'makewhatis /usr/local/man'
22 binsizes normal