Added building of external libs as well.

modified:   buildall.sh
This commit is contained in:
Bahadir Balban
2009-04-17 14:52:36 +03:00
parent 9123eb49a8
commit 7af45d0fb9

View File

@@ -1,6 +1,13 @@
#!/bin/bash
rm -rf build
echo -e "\n--- Building External Libs --- "
cd libs/c
scons
cd ../elf
scons
cd ../..
echo -e "\n--- Building kernel --- "
scons configure
scons build