浏览代码

Revert "fix default targets"

This reverts commit a2f442209fc435bd0d8ed4294e70c6752ae9abbc.
Karsten Böddeker 8 年之前
父节点
当前提交
6e7a816058
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.sh

+ 1 - 1
build.sh

@@ -68,7 +68,7 @@ fi
 [ -n "${MAKEJOBS}" ] || MAKEJOBS=$(grep -c "^processor" /proc/cpuinfo)
 [ -n "${PRIORITY}" ] || PRIORITY=0
 [ -n "${SITE_REPO_FETCH_METHOD}" ] || SITE_REPO_FETCH_METHOD="http"
-[ -n "${TARGETS}" ] || TARGETS="ar71xx-generic ar71xx-nand mpc85xx-generic x86-generic x86-kvm_guest x86-64 x86-xen_domu"
+[ -n "${TARGETS}" ] || TARGETS=$(BROKEN=${BROKEN} make list-targets | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//')
 [ -n "${VERBOSE}" ] || VERBOSE=0
 
 if [ "${BRANCH}" == "experimental" -a -z "${VERSION}" ] ; then