aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorKalimochoAz <calimochoazucarado@gmail.com>2012-04-08 05:49:06 +0200
committerKalimochoAz <calimochoazucarado@gmail.com>2012-04-18 17:53:32 +0200
commit364c97f83be043159da3c784ce620632fd22fa31 (patch)
tree41beff4b14599d4d98bbf9660c35839cabeb8033 /build.sh
parentdecc49dfad34504a9ff12c721e5fd0baf56a0444 (diff)
downloadkernel_samsung_crespo-364c97f83be043159da3c784ce620632fd22fa31.zip
kernel_samsung_crespo-364c97f83be043159da3c784ce620632fd22fa31.tar.gz
kernel_samsung_crespo-364c97f83be043159da3c784ce620632fd22fa31.tar.bz2
BuildScript: Build only the changes by default
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index ed34f3d..b54f636 100755
--- a/build.sh
+++ b/build.sh
@@ -141,7 +141,7 @@ build ()
echo "Building for $target"
local target_dir="$BUILD_DIR/$target"
local module
- [ x = "x$NO_RM" ] && rm -fr "$target_dir"
+ [ x = "x$NO_RM" ]
mkdir -p "$target_dir"
[ x = "x$NO_DEFCONFIG" ] && mka -C "$KERNEL_DIR" O="$target_dir" ARCH=arm ${BOARD}_defconfig HOSTCC="$CCACHE gcc"
if [ x = "x$NO_BUILD" ] ; then