Kaydet (Commit) 9b0a6301 authored tarafından Caolán McNamara's avatar Caolán McNamara

tweak findunusedcode target

Change-Id: Iceef7676b96d2c60e34d413b564b860013430838
üst dcf35f6f
...@@ -30,7 +30,7 @@ export dbglevel:=2 ...@@ -30,7 +30,7 @@ export dbglevel:=2
include $(SOLARENV)/gbuild/gbuild.mk include $(SOLARENV)/gbuild/gbuild.mk
findunusedcode: findunusedcode:
cd instsetoo_native && unset MAKEFLAGS && \ cd $(SRCDIR)/postprocess && unset MAKEFLAGS && \
$(SOLARENV)/bin/build.pl -P$(PARALLELISM) --all -- -P$(PARALLELISM) $(SOLARENV)/bin/build.pl -P$(PARALLELISM) --all -- -P$(PARALLELISM)
ooinstall -l $(DEVINSTALLDIR)/opt ooinstall -l $(DEVINSTALLDIR)/opt
$(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) -f Makefile.post subsequentcheck $(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) -f Makefile.post subsequentcheck
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment