dont build postprocess twice

Change-Id: I344030d48c3f872cc63b5c1f444d18075fd160f5
This commit is contained in:
Peter Foley
2012-12-26 16:38:49 -05:00
parent e908072678
commit 01402f9d4b

View File

@@ -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)