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 robind
Recipients benjamin.peterson, robind
Date 2008-07-24.14:29:30
SpamBayes Score 0.021470373
Marked as misclassified No
Message-id <1216909772.13.0.414558265351.issue3433@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe, but I think that a more proper approach would be one of the
following:

* Decide that features specific to Apple's cp are required and change
the Makefile to use /bin/cp instead of just cp.

* Use configure to determine if a GNU cp is present and if so adjust the
command-line parameters used.

* Just use the $(INSTALL) value already set by configure as already used
in the main Makefile.
History
Date User Action Args
2008-07-24 14:29:32robindsetspambayes_score: 0.0214704 -> 0.021470373
recipients: + robind, benjamin.peterson
2008-07-24 14:29:32robindsetspambayes_score: 0.0214704 -> 0.0214704
messageid: <1216909772.13.0.414558265351.issue3433@psf.upfronthosting.co.za>
2008-07-24 14:29:31robindlinkissue3433 messages
2008-07-24 14:29:30robindcreate