]> Zhao Yanbai Git Server - minix.git/commitdiff
Build ELF for release (chrootmake).
authorEvgeniy Ivanov <lolkaantimat@gmail.com>
Mon, 30 Jan 2012 13:40:16 +0000 (17:40 +0400)
committerBen Gras <ben@minix3.org>
Thu, 9 Feb 2012 17:54:47 +0000 (18:54 +0100)
tools/chrootmake.sh

index 22b2e1d5f03ad95f1b4daa435c5b83e4e15de6c2..b1c2148d9b570d19e084f8966e5f85a53b67b6d7 100755 (executable)
@@ -12,9 +12,16 @@ make world
 cd tools 
 rm revision
 rm /boot/image/*
+rm -f /boot/kernel/* # on old systems might not be present
+rm -rf /boot/modules/* # same as above
 make install
 cp /boot/image/* /boot/image_big  # Make big image accessible by this name
 cp ../boot/boot/boot /boot/boot 
+cp ../sys/arch/i386/stand/boot/biosboot/boot_monitor /
+CC=clang make cleandepend clean depend image
+CC=clang make install
+cp /boot/kernel/* /boot/kernel_default
+cp -rf /boot/modules/* /boot/modules_default
 cd /usr/src 
 if [ $MAKEMAP -ne 0 ]; then
        find . -type f -perm 755 | xargs nm -n 2> /dev/null > symbols.txt