Message214883
| 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:25 | Arfrever | set | recipients: + Arfrever, doko, pitrou, vstinner, eric.araujo, BreamoreBoy, koobs, thomas-petazzoni |
| 2014-03-26 08:55:24 | Arfrever | set | messageid: <1395824124.99.0.0155954584656.issue20210@psf.upfronthosting.co.za> |
| 2014-03-26 08:55:24 | Arfrever | link | issue20210 messages |
| 2014-03-26 08:55:24 | Arfrever | create | |