Martin v. Löwis <[EMAIL PROTECTED]> added the comment: > We could re-order and do clean first. That would leave all the build > artifacts in tact after a build which would be nice for some > debugging.
With the current setup, that wouldn't quite work. We can't run it before configure, because we might have no Makefile to invoke the clean target, and we can't run it after configure, as we run "make distclean", which deletes the makefile. __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2611> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com