I don&#39;t know how widespread gmake is, but I certainly don&#39;t want Python to be dependent on GNU tools exclusively. You don&#39;t have to use GCC to compile it. (Autoconfig is a different story, it only is needed when <a href="http://config.in">config.in</a> changes. Similar, readline is optional.)<br>

<br>--Guido<br><br><div class="gmail_quote">On Sat, Dec 10, 2011 at 3:30 PM, Jesus Cea <span dir="ltr">&lt;<a href="mailto:jcea@jcea.es">jcea@jcea.es</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<br>
Working in the DTRACE probes, I think I can simplify the build logic<br>
quite a bit using the GNU Makefile conditional execution:<br>
&lt;<a href="https://www.gnu.org/s/hello/manual/make/Conditional-Syntax.html" target="_blank">https://www.gnu.org/s/hello/manual/make/Conditional-Syntax.html</a>&gt;.<br>
<br>
In concrete, I have object files that must be compiled and linked, or<br>
not, according to a &quot;configure&quot; test result.<br>
<br>
But currently I think we are not using these features. Maybe because<br>
we don&#39;t want to force the use of GMAKE, I don&#39;t know.<br>
<br>
If this is a policy, I would like to know.<br>
<br>
And if somebody has a suggestion to cope with this difficulty...<br>
<br>
- --<br>
Jesus Cea Avion                         _/_/      _/_/_/        _/_/_/<br>
<a href="mailto:jcea@jcea.es">jcea@jcea.es</a> - <a href="http://www.jcea.es/" target="_blank">http://www.jcea.es/</a>     _/_/    _/_/  _/_/    _/_/  _/_/<br>
jabber / <a href="mailto:xmpp%3Ajcea@jabber.org">xmpp:jcea@jabber.org</a>         _/_/    _/_/          _/_/_/_/_/<br>
.                              _/_/  _/_/    _/_/          _/_/  _/_/<br>
&quot;Things are not so easy&quot;      _/_/  _/_/    _/_/  _/_/    _/_/  _/_/<br>
&quot;My name is Dump, Core Dump&quot;   _/_/_/        _/_/_/      _/_/  _/_/<br>
&quot;El amor es poner tu felicidad en la felicidad de otro&quot; - Leibniz<br>
-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.4.10 (GNU/Linux)<br>
Comment: Using GnuPG with Mozilla - <a href="http://enigmail.mozdev.org/" target="_blank">http://enigmail.mozdev.org/</a><br>
<br>
iQCVAwUBTuPrqZlgi5GaxT1NAQIRmQP/ebIcya/xg/lCTXPd6QyaBaFxrhL6jLiP<br>
osKeklCSH/aw6tt6v1lK7XgPf8HBEU11KGBmL4xJUsVcDExkNb3Mdu3bSW4Gb5ao<br>
Ep1PxvEWLxa/yVkKuvgdBpvdCoxibhNLfGgVTj08ZE18o9tGbhNKS6EN94uAQJT9<br>
ZASlf8baOss=<br>
=5lr+<br>
-----END PGP SIGNATURE-----<br>
_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-dev" target="_blank">http://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="http://mail.python.org/mailman/options/python-dev/guido%40python.org" target="_blank">http://mail.python.org/mailman/options/python-dev/guido%40python.org</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>--Guido van Rossum (<a href="http://python.org/~guido">python.org/~guido</a>)<br>