[Python-checkins] r50800 - in python/trunk: Makefile.pre.in Misc/python-config.in

"Martin v. Löwis" martin at v.loewis.de
Sun Jul 30 16:21:40 CEST 2006


georg.brandl schrieb:
> -	$(INSTALL_SCRIPT) python-config $(DESTDIR)$(BINDIR)/python-config
> +	$(INSTALL_SCRIPT) python-config $(DESTDIR)$(BINDIR)/python-config$(VERSION)$(EXE)

It seems to be convention that these files would be called
python2.5-config, not python-config2.5. Also, why did you put
$(EXE) in there? I doubt python-config.2.5.exe is right on any
system; $(EXE) is for true platform binaries.

Regards,
Martin


More information about the Python-checkins mailing list