diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-06-02 13:46:39 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-06-02 13:46:39 +0100 |
commit | 516c63442b2ae58f611c7d8932cd0bf1f0aead81 (patch) | |
tree | 6526419dd5ea6de6d19ac391c84caa86a7d26830 /solenv | |
parent | 862a50fef87379da03758aeab8b74137f7c83297 (diff) |
unset MAKEFLAGS for findunusedcode too
Change-Id: Id42e7b14d98f072ea17b203af7ffdc8fe7a7a74f
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/bin/callcatcher.Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/callcatcher.Makefile b/solenv/bin/callcatcher.Makefile index 7a7c2b912799..b0164efebf18 100644 --- a/solenv/bin/callcatcher.Makefile +++ b/solenv/bin/callcatcher.Makefile @@ -23,7 +23,7 @@ export dbglevel:=2 include $(SOLARENV)/gbuild/gbuild.mk findunusedcode: - cd instsetoo_native && \ + cd instsetoo_native && unset MAKEFLAGS && \ $(SOLARENV)/bin/build.pl -P$(BUILD_NCPUS) --all -- -P$(GMAKE_PARALLELISM) ooinstall -l $(DEVINSTALLDIR)/opt $(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) -f Makefile.post subsequentcheck |