diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-12-26 16:38:49 -0500 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2012-12-26 17:41:49 -0500 |
commit | 01402f9d4ba0bc8bf8634ced4bfd6d41060d6913 (patch) | |
tree | 114474748495f5d84f93683387bd91cc9e39777e /Makefile.in | |
parent | e90807267808eb062b93d762c50c02113ca40db5 (diff) |
dont build postprocess twice
Change-Id: I344030d48c3f872cc63b5c1f444d18075fd160f5
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 8c5f060ce10f..d4d4b9f465e5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -275,8 +275,7 @@ ifeq ($(DISABLE_DBCONNECTIVITY),TRUE) $(GNUMAKE) connectivity endif cd $(SRC_ROOT)/postprocess && unset MAKEFLAGS && \ - $(SOLARENV)/bin/build.pl -P$(PARALLELISM) --all -- -P$(PARALLELISM) && \ - $(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) + $(SOLARENV)/bin/build.pl -P$(PARALLELISM) --all -- -P$(PARALLELISM) build: build-postprocess ifeq ($(OS_FOR_BUILD),WNT) |