dont build postprocess twice
Change-Id: I344030d48c3f872cc63b5c1f444d18075fd160f5
This commit is contained in:
@@ -275,8 +275,7 @@ ifeq ($(DISABLE_DBCONNECTIVITY),TRUE)
|
|||||||
$(GNUMAKE) connectivity
|
$(GNUMAKE) connectivity
|
||||||
endif
|
endif
|
||||||
cd $(SRC_ROOT)/postprocess && unset MAKEFLAGS && \
|
cd $(SRC_ROOT)/postprocess && unset MAKEFLAGS && \
|
||||||
$(SOLARENV)/bin/build.pl -P$(PARALLELISM) --all -- -P$(PARALLELISM) && \
|
$(SOLARENV)/bin/build.pl -P$(PARALLELISM) --all -- -P$(PARALLELISM)
|
||||||
$(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS)
|
|
||||||
|
|
||||||
build: build-postprocess
|
build: build-postprocess
|
||||||
ifeq ($(OS_FOR_BUILD),WNT)
|
ifeq ($(OS_FOR_BUILD),WNT)
|
||||||
|
Reference in New Issue
Block a user