Commit 05bc632fa2509e23420b86fb2ff72ea07fb147b4

Authored by 김민수
1 parent 48420e6afe
Exists in master and in 2 other branches fhd, fhd-demo

buildroot에서는 job을 설정하지 않도록 권고하고 있음

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
buildroot/buildroot-2016.08.1/make.sh
... ... @@ -107,6 +107,6 @@ case $1 in
107 107  
108 108 date > ${VERSION_DIR}/${VERSION_FILE}
109 109  
110   - make -j 4 O=${OUTPUT_DIR} $@
  110 + make O=${OUTPUT_DIR} $@
111 111 ;;
112 112 esac
... ...