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 hanwen
Recipients
Date 2006-12-05.22:55:03
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Hello,

* directory creation is usually done with install -d ; see numerous examples in the rest of the 
Makefile.

* What does this fix? AFAIK, DESTDIR is already made, as part of 
directories like

               if test ! -d $(DESTDIR)$$i; then \
                        echo "Creating directory $$i"; \
                        $(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$$i; \
                else    true; \
 

History
Date User Action Args
2007-08-23 15:55:34adminlinkissue1608267 messages
2007-08-23 15:55:34admincreate