[Python-Dev] Makefile changes
Neil Schemenauer
nas@arctrix.com
Wed, 24 Jan 2001 07:31:55 -0800
I've checked in my new makefile. Hopefully everything goes well.
The following files are no longer used so please don't patch
them:
Grammar/Makefile.in
Include/Makefile
Lib/Makefile
Modules/Makefile.pre.in
Objects/Makefile.in
Parser/Makefile.in
Python/Makefile.in
Makefile.in
They will be removed in a few days assuming all goes well. You
should re-run configure to use the new makefile.
I would appreciate it if people using platforms other than Linux
and GNU make could give me some feedback on the build process.
Does configure and make work okay? Does "make test" and "make
install" work? Thanks.
Neil