Incorporate bsdmake into buildsystem and reorganize libs

This commit is contained in:
Arun Thomas
2010-02-16 14:41:33 +00:00
parent 6686e9ae9f
commit b706112487
1513 changed files with 8094 additions and 26613 deletions
+2 -2
View File
@@ -3,11 +3,11 @@ set -e
export SHELL=/bin/sh
cd /usr/src
make etcfiles
su bin -c 'make world install'
su bin -c 'make world'
cd tools
rm revision
rm /boot/image/*
make install
make install
cp /boot/image/* /boot/image_big # Make big image accessible by this name
cp ../boot/boot /boot/boot
cd /usr/src