commit | 7a61ba9f0b4a4814209c5ba7294fa61879ec79c5 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Mar 21 19:25:26 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Mar 21 19:25:26 2010 +0000 |
tree | 0a0708e7851565cfb957f03b0fe3493a966ed4ae | |
parent | eb1361839204f7e85cdcbad934538beb8ac79a36 [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. ........