Browse Source

i fixed it

Karsten Böddeker 8 years ago
parent
commit
a0da5589cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.sh

+ 1 - 1
build.sh

@@ -220,7 +220,7 @@ for target in ${TARGETS} ; do
 
 	# prepare build environment for our current target
 	progress "Preparing build environment for target ${target}."
-	[ "${DIRCLEAN}" -eq "0" ] && make clean
+	[ "${DIRCLEAN}" -eq "1" ] || make clean
 	[ "$?" -eq "0" ] || abort "Unable to clean environment for target-platform ${target}."
 
 	make -j ${MAKEJOBS} prepare-target ${MAKE_PARAM}