This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients bennoleslie, georg.brandl, loewis, orsenthil
Date 2013-01-06.00:45:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357433142.44.0.591687969145.issue16866@psf.upfronthosting.co.za>
In-reply-to
Content
Digging a little deeper, make libainstall needs $(BINDIR) because of this

$(INSTALL_SCRIPT) python-config $(DESTDIR)$(BINDIR)/python$(VERSION)-config

*And* that python$(VERSION)-config file refers to the python exe which is available only after bininstall or it's dependees are called.

In affect, if make libainstall is for using lib/* contents this fix is okay, but leaves a resultant invalid bin/python-config
So, I am not sure the utility of make libainstall is without executing make bininstall - in which case, this is not a bug and probably a documentation change would be required.

I am adding Martin and Georg who have dabbled with BUILD previously for their views.
History
Date User Action Args
2013-01-06 00:45:42orsenthilsetrecipients: + orsenthil, loewis, georg.brandl, bennoleslie
2013-01-06 00:45:42orsenthilsetmessageid: <1357433142.44.0.591687969145.issue16866@psf.upfronthosting.co.za>
2013-01-06 00:45:42orsenthillinkissue16866 messages
2013-01-06 00:45:42orsenthilcreate