diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-05-16 20:00:47 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-05-16 20:04:03 +0200 |
commit | 9aad89df8757d4570084424e63b9562a13448bde (patch) | |
tree | 5ae5d3eb1b2230de13a97547f8f8a9c10c3342c8 /Makefile.top | |
parent | f23d055dbee887ef9ebdf0a72b83ee1de91b7b8b (diff) |
improve make invocation
Change-Id: I9dbe77062df3a9b02dab0f5755c0e616829fa125
Diffstat (limited to 'Makefile.top')
-rw-r--r-- | Makefile.top | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.top b/Makefile.top index 6c473ecc8b64..70bfe7a50ddf 100644 --- a/Makefile.top +++ b/Makefile.top @@ -243,7 +243,7 @@ xpdf\ xsltml\ zlib\ -gb_TAILBUILDMODULES := $(shell make -f $(SRCDIR)/tail_build/Makefile showmodules) +gb_TAILBUILDMODULES := $(shell $(GNUMAKE) -r -f $(SRCDIR)/tail_build/Makefile showmodules) export gb_TAILBUILDTARGET=all slowcheck define gbuild_module_rules @@ -389,7 +389,7 @@ ifeq ($(DISABLE_DBCONNECTIVITY),TRUE) endif cd packimages && unset MAKEFLAGS && \ $(SOLARENV)/bin/build.pl -P$(BUILD_NCPUS) --all -- -P$(GMAKE_PARALLELISM) && \ - make + $(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) build: build-packimages ifeq ($(OS_FOR_BUILD),WNT) |