]> granicus.if.org Git - python/commit
Make parse_makefile fallback to environment variables if nothing is
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 25 Apr 2005 07:14:03 +0000 (07:14 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 25 Apr 2005 07:14:03 +0000 (07:14 +0000)
commitd7c795e72966f7c72b94b919f3539be66495e6c3
treea2cea19622186e95faeb32553e1635d185ad8d4c
parent08cd598c2145d00f1517c93cabf80a5d7d2a4bc0
Make parse_makefile fallback to environment variables if nothing is
defined in the makefile. Get CFLAGS from the Makefile, instead of
getting OPT, BASE_CFLAGS and EXTRA_CFLAGS individually.
Lib/distutils/sysconfig.py
Misc/NEWS
setup.py