This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Have BSD 'make -s' DTRT
Type: enhancement Stage: resolved
Components: Build Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: christian.heimes, danielsh, python-dev
Priority: normal Keywords: patch

Created on 2012-12-02 06:11 by danielsh, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
makedashs.diff danielsh, 2012-12-02 06:14
Messages (3)
msg176768 - (view) Author: Daniel Shahaf (danielsh) Date: 2012-12-02 06:11
FreeBSD make sets $$MAKEFLAGS differently than GNU make does.  Attached patch updates Makefile.pre.in to recognise that syntax too.

Preliminary versions discussed with Crys on #python-dev.
msg176769 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2012-12-02 06:39
Thanks for your patch!

Crys
msg176773 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-12-02 07:26
New changeset ceb325fdd54e by Christian Heimes in branch '3.2':
- Issue #16593: Have BSD 'make -s' do the right thing, thanks to Daniel Shahaf
http://hg.python.org/cpython/rev/ceb325fdd54e

New changeset 323f0aeba89d by Christian Heimes in branch '3.3':
Issue #16593: Have BSD 'make -s' do the right thing, thanks to Daniel Shahaf
http://hg.python.org/cpython/rev/323f0aeba89d

New changeset 0fa67e3f195d by Christian Heimes in branch '2.7':
- Issue #16593: Have BSD 'make -s' do the right thing, thanks to Daniel Shahaf
http://hg.python.org/cpython/rev/0fa67e3f195d
History
Date User Action Args
2022-04-11 14:57:38adminsetgithub: 60797
2012-12-02 07:26:16python-devsetnosy: + python-dev
messages: + msg176773
2012-12-02 06:39:38christian.heimessetstatus: open -> closed

nosy: + christian.heimes
messages: + msg176769

resolution: fixed
stage: resolved
2012-12-02 06:14:02danielshsetfiles: + makedashs.diff
keywords: + patch
2012-12-02 06:11:18danielshcreate