From 68bd32bedb2141651ca2a1e9455f16c628d1bbd6 Mon Sep 17 00:00:00 2001 From: Evgeniy Ivanov Date: Mon, 30 Jan 2012 17:40:16 +0400 Subject: [PATCH] Build ELF for release (chrootmake). --- tools/chrootmake.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/chrootmake.sh b/tools/chrootmake.sh index 22b2e1d5f..b1c2148d9 100755 --- a/tools/chrootmake.sh +++ b/tools/chrootmake.sh @@ -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 -- 2.44.0