summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-02-13 15:49:21 +0100
committerMichael Stahl <mstahl@redhat.com>2012-02-13 16:03:47 +0100
commit15a6211803a28fd88b33b89a3f13455665360ce9 (patch)
tree656f717803a0ce66ed0bec1207f7833224679eb0 /Makefile
parent58255c47b1d540fd2493b4ed132aa7fa82da156e (diff)
Makefile: don't build everything twice on "make check"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 815959f798c2..30f13b03eec1 100644
--- a/Makefile
+++ b/Makefile
@@ -442,7 +442,7 @@ check: subsequentcheck_after_build
subsequentcheck_after_build: build dev-install-link
@cd smoketestoo_native && unset MAKEFLAGS && \
- $(SOLARENV)/bin/build.pl -P$(BUILD_NCPUS) --all -- -P$(GMAKE_PARALLELISM)
+ $(SOLARENV)/bin/build.pl -P$(BUILD_NCPUS) -- -P$(GMAKE_PARALLELISM)
$(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) -f post.Makefile subsequentcheck
subsequentcheck: smoketestoo_native