Skip to content
Snippets Groups Projects
Commit a2f44220 authored by Karsten Böddeker's avatar Karsten Böddeker
Browse files

fix default targets

parent ef127f16
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,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=$(BROKEN=${BROKEN} make list-targets | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//')
[ -n "${TARGETS}" ] || TARGETS="ar71xx-generic ar71xx-nand mpc85xx-generic x86-generic x86-kvm_guest x86-64 x86-xen_domu"
[ -n "${VERBOSE}" ] || VERBOSE=0
if [ "${BRANCH}" == "experimental" -a -z "${VERSION}" ] ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment