diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-18 22:00:55 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-04-19 00:30:12 +0200 |
commit | 0f7754dfa040804d84feb9cb222ba04752509f26 (patch) | |
tree | 709df465392cab2309019be55384061b3dcd9012 /python3 | |
parent | c9eac7a838155c4cccf5e2f0ba12778cea50e420 (diff) |
python3: VERBOSE is handled by gb_ExternalProject_run already
Change-Id: I0caf3a9440c7617c9f1c643a4c3fe279d04cf1dc
Diffstat (limited to 'python3')
-rw-r--r-- | python3/ExternalProject_python3.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python3/ExternalProject_python3.mk b/python3/ExternalProject_python3.mk index 9759623bd52c..1731c07f21ca 100644 --- a/python3/ExternalProject_python3.mk +++ b/python3/ExternalProject_python3.mk @@ -98,7 +98,8 @@ $(call gb_ExternalProject_get_state_target,python3,build) : $(if $(filter WNT-GCC,$(OS)-$(COM)), -shared-libgcc \ $(if $(filter YES,$(MINGW_SHARED_GCCLIB)),-Wl$(COMMA)--enable-runtime-pseudo-reloc-v2 -Wl$(COMMA)--export-all-symbols)) \ )" \ - && MAKEFLAGS=$(if $(VERBOSE)$(verbose),,s) $(MAKE) $(if $(filter MACOSX,$(OS)), DESTDIR=$(EXTERNAL_WORKDIR)/python-inst install) \ + && MAKEFLAGS= $(MAKE) \ + $(if $(filter MACOSX,$(OS)),DESTDIR=$(EXTERNAL_WORKDIR)/python-inst install) \ && ln -s build/lib.* LO_lib \ ) |