diff options
author | KalimochoAz <calimochoazucarado@gmail.com> | 2012-04-08 05:49:06 +0200 |
---|---|---|
committer | KalimochoAz <calimochoazucarado@gmail.com> | 2012-04-18 17:53:32 +0200 |
commit | 364c97f83be043159da3c784ce620632fd22fa31 (patch) | |
tree | 41beff4b14599d4d98bbf9660c35839cabeb8033 /build.sh | |
parent | decc49dfad34504a9ff12c721e5fd0baf56a0444 (diff) | |
download | kernel_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-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |