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.

Author Arfrever
Recipients Arfrever, BreamoreBoy, doko, eric.araujo, koobs, pitrou, thomas-petazzoni, vstinner
Date 2014-03-26.08:55:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395824124.99.0.0155954584656.issue20210@psf.upfronthosting.co.za>
In-reply-to
Content
If it is planned to support BSD make, then partial rewrite of patches will be needed.

Example of syntax of GNU make:
ifeq (something,something)
…
endif

Example of syntax of FreeBSD make:
.if ${variable}==something
…
.endif
History
Date User Action Args
2014-03-26 08:55:25Arfreversetrecipients: + Arfrever, doko, pitrou, vstinner, eric.araujo, BreamoreBoy, koobs, thomas-petazzoni
2014-03-26 08:55:24Arfreversetmessageid: <1395824124.99.0.0155954584656.issue20210@psf.upfronthosting.co.za>
2014-03-26 08:55:24Arfreverlinkissue20210 messages
2014-03-26 08:55:24Arfrevercreate