소스 검색

i fixed it

Karsten Böddeker 8 년 전
부모
커밋
a0da5589cc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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}