commit | d131c10732d53343ae2c53830e3b2c67d9060aca | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Mar 21 19:25:23 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Mar 21 19:25:23 2010 +0000 |
tree | a6abc724f281b506a1a9510021169ccdb104b9ba | |
parent | 1e2f2caf0815f3dff9ab774fd866ebaaa400f7ec [diff] |
Merged revisions 79218 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r79218 | antoine.pitrou | 2010-03-21 20:19:41 +0100 (dim., 21 mars 2010) | 5 lines Issue #1628484: The Makefile doesn't ignore the CFLAGS environment variable anymore. It also forwards the LDFLAGS settings to the linker when building a shared library. ........