Explorar o código

Revert "fix default targets"

This reverts commit a2f442209fc435bd0d8ed4294e70c6752ae9abbc.
Karsten Böddeker %!s(int64=8) %!d(string=hai) anos
pai
achega
6e7a816058
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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