]> Zhao Yanbai Git Server - minix.git/commitdiff
Build both old boot and new boot (for setup).
authorEvgeniy Ivanov <lolkaantimat@gmail.com>
Mon, 6 Feb 2012 13:56:49 +0000 (17:56 +0400)
committerBen Gras <ben@minix3.org>
Thu, 9 Feb 2012 17:54:51 +0000 (18:54 +0100)
tools/chrootmake.sh

index cb91c75815e647eedd2ac81906b049206109da30..92620db945d752a966e9191e4f582f9e2196a4e7 100755 (executable)
@@ -8,13 +8,22 @@ then  make $@
        exit $?
 fi
 
-CC=clang make world
+make world
+
 cd tools 
 rm revision
+rm /boot/image/*
+make install
+cp /boot/image/* /boot/image_big  # Make big image accessible by this name
+cp ../boot/boot/boot /boot/boot
+
+CC=clang make cleandepend clean depend image
+rm revision
 rm -rf /boot/minix/* # on old systems might not be present
 CC=clang make install
 cp ../sys/arch/i386/stand/boot/biosboot/boot_monitor /
 cp -rf /boot/minix/* /boot/minix_default
+
 cd /usr/src 
 if [ $MAKEMAP -ne 0 ]; then
        find . -type f -perm 755 | xargs nm -n 2> /dev/null > symbols.txt