mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
[Patch #1503717] Tiny patch from Chris AtLee to stop a lengthy line from being printed
This commit is contained in:
parent
738446f44d
commit
9627ce116f
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ platform: $(BUILDPYTHON)
|
|||
|
||||
# Build the shared modules
|
||||
sharedmods: $(BUILDPYTHON)
|
||||
case $$MAKEFLAGS in \
|
||||
@case $$MAKEFLAGS in \
|
||||
*-s*) $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' ./$(BUILDPYTHON) -E $(srcdir)/setup.py -q build;; \
|
||||
*) $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' ./$(BUILDPYTHON) -E $(srcdir)/setup.py build;; \
|
||||
esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue