diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-02-13 15:49:21 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-02-13 16:03:47 +0100 |
commit | 15a6211803a28fd88b33b89a3f13455665360ce9 (patch) | |
tree | 656f717803a0ce66ed0bec1207f7833224679eb0 /Makefile | |
parent | 58255c47b1d540fd2493b4ed132aa7fa82da156e (diff) |
Makefile: don't build everything twice on "make check"
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |