]> granicus.if.org Git - python/commit
Split OPT make variable into OPT and BASECFLAGS. The latter contains those
authorSkip Montanaro <skip@pobox.com>
Wed, 1 Jan 2003 20:07:49 +0000 (20:07 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 1 Jan 2003 20:07:49 +0000 (20:07 +0000)
commitdecc6a47df823a988845d3753a4cfb7a85b80828
tree8ba9542f81b234b72bd5a71eeee38ef80e75fe7b
parentdc392e31439d9992ea0101abaca09bcb78ebc311
Split OPT make variable into OPT and BASECFLAGS.  The latter contains those
compiler flags which are necessary to get a clean compile.  The former is
for user-specified optimizer, debug, trace fiddling.  See patch 640843.

Add /sw/lib and /sw/include to setup.py search paths on Darwin to take
advantage of fink goodies.

Add scriptsinstall target to Makefile to install certain scripts from
Tools/scripts directory.
Makefile.pre.in
Misc/NEWS
configure
configure.in
setup.py