python3-009-verbose-module-build.patch 824 B

1234567891011121314151617181920212223242526
  1. Enables verbose output when building modules
  2. Patch borrowed from OpenBricks.
  3. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  4. ---
  5. Makefile.pre.in | 3 +--
  6. 1 file changed, 1 insertion(+), 2 deletions(-)
  7. Index: Python-3.3.0/Makefile.pre.in
  8. ===================================================================
  9. --- Python-3.3.0.orig/Makefile.pre.in
  10. +++ Python-3.3.0/Makefile.pre.in
  11. @@ -476,10 +476,9 @@
  12. # Build the shared modules
  13. sharedmods: $(BUILDPYTHON) pybuilddir.txt
  14. - case $$MAKEFLAGS in *s*) quiet=-q; esac; \
  15. $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' \
  16. CONFIG_ARGS="$(CONFIG_ARGS)" \
  17. - $(PYTHON_FOR_BUILD) $(srcdir)/setup.py $$quiet build
  18. + $(PYTHON_FOR_BUILD) $(srcdir)/setup.py build
  19. # Build static library
  20. # avoid long command lines, same as LIBRARY_OBJS