From 7af45d0fb90fb9ac89caed1e29d66652e771ffbf Mon Sep 17 00:00:00 2001 From: Bahadir Balban Date: Fri, 17 Apr 2009 14:52:36 +0300 Subject: [PATCH] Added building of external libs as well. modified: buildall.sh --- buildall.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/buildall.sh b/buildall.sh index 7450dcd..b1bb158 100755 --- a/buildall.sh +++ b/buildall.sh @@ -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