summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-01-28 17:20:03 (EST)
committer P. J. McDermott <pjm@nac.net>2014-01-28 17:20:03 (EST)
commit5d288b33228e825db8d825c8af7bbba12bb58081 (patch)
treefacb2d4263e1079c54c070ff898d6563d9fd1758
parent6add59120c7e67c5081976728e7e0406094f592f (diff)
bootstrap-prepare.sh: Don't set PKG_TARGETS.
-rwxr-xr-xbootstrap-prepare.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-prepare.sh b/bootstrap-prepare.sh
index 860e78b..f095f56 100755
--- a/bootstrap-prepare.sh
+++ b/bootstrap-prepare.sh
@@ -93,7 +93,7 @@ prepare_packages_from_git()
fi
if [ -x config ]; then
./config clean
- PKG_TARGETS="${ARCH}" ./config
+ ./config
fi
rm -f local.mk
if [ -f source.mk -a ! -f "${repo##*/}"*.orig.tar* ]; then