From 01402f9d4ba0bc8bf8634ced4bfd6d41060d6913 Mon Sep 17 00:00:00 2001 From: Peter Foley Date: Wed, 26 Dec 2012 16:38:49 -0500 Subject: [PATCH] dont build postprocess twice Change-Id: I344030d48c3f872cc63b5c1f444d18075fd160f5 --- Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 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)