minix/tools/chrootmake.sh

19 lines
345 B
Bash
Raw Normal View History

2005-04-21 16:53:53 +02:00
#!/bin/sh
set -e
export SHELL=/bin/sh
2006-04-12 13:32:49 +02:00
cd /usr/src
2005-09-16 15:06:57 +02:00
make etcfiles
make world
2006-04-12 13:32:49 +02:00
cd tools
rm revision
2005-08-12 14:34:56 +02:00
rm /boot/image/*
make install
2006-04-13 19:15:40 +02:00
cp /boot/image/* /boot/image_big # Make big image accessible by this name
2006-04-12 13:32:49 +02:00
cp ../boot/boot /boot/boot
cd /usr/src
make clean
2005-08-15 11:42:40 +02:00
# Let man find the manpages
makewhatis /usr/man
makewhatis /usr/local/man
binsizes normal