BUILD: Add dh.lee build script
authorDonghwa Lee <dh09.lee@samsung.com>
Wed, 3 Feb 2010 06:19:53 +0000 (15:19 +0900)
committerDonghwa Lee <dh09.lee@samsung.com>
Wed, 3 Feb 2010 06:19:53 +0000 (15:19 +0900)
Signed-off-by: Donghwa Lee <dh09.lee@samsung.com>
build.sh

index 0d90933..ec5962b 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -31,6 +31,10 @@ check_users()
                CROSS_COMPILER=/usr/local/arm/arm-2008q3/bin/arm-none-linux-gnueabi-
                JOBS="-j 5"
        fi
+       if [ "$USER" = "dh09.lee" ]; then
+               CROSS_COMPILER=/usr/local/arm/arm-2008q3/bin/arm-none-linux-gnueabi-
+               JOBS="-j 5"
+       fi
 }
 
 build_uboot()