summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-05-07 17:13:21 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-05-07 17:13:21 (EDT)
commitb7f79e0fd402bd1b5160f9c4fa85cf03237dc44f (patch)
tree2f0c16fe92feb73eccc130a33b334d06fded2a1d
parent688ca3069f647f2a1d2023f982a89195e740d3f0 (diff)
build: Don't update "mrproper" target.
This generates the following output: [...] make -f scripts/Makefile.clean obj=Documentation make -f scripts/Makefile.clean obj=Documentation/DocBook make[3]: /bin/bash: Command not found make[3]: /bin/bash: Command not found make[3]: /bin/bash: Command not found make -f scripts/Makefile.clean obj=Documentation/accounting [...] Something is trying to use Bash, and I can't be bothered right now to figure out what it is.
-rwxr-xr-xbuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/build b/build
index 3482e25..f2ae58d 100755
--- a/build
+++ b/build
@@ -11,7 +11,6 @@ build:
set -e; \
if [ 'x$(OPK_HOST_PLAT)' != 'xdev' ]; then \
read img_src img_dest <image; \
- oh-autobuild -T mrproper; \
oh-autobuild -T "$${img_src}" -- -j "$${JOBS:-1}"; \
fi