Issue 387: Makefile does not work on Mac OS X (and probably other BSDs)
Status:  Released
Owner: ----
Closed:  Aug 2013
Reported by urkle0, Mar 11, 2010
the way that cp and sed are called in the makefile disagrees with the
variants on Mac OS X (FreeBSD based console tools)

Attached is a patch to make them more compatible.

OS X does not have the option  "-t" for cp
OS X requires an argument to "-i" of the backup extension (empty string ""
works)
0001-Adjust-makefile-to-be-more-compatible-Mac-OS-X-varia.patch
1.6 KB   View   Download
Mar 15, 2010
Project Member #1 adamrs...@gmail.com
thanks urkle,
your changes actually broke my makefile in ubuntu. in ubuntu, `-i ""` isnt allowed but 
`-i" "` is. but the opposite breaks mac. i ended up rewriting the makefile to avoid 
sedding in-place. it is in the master on github now. please let me know if you have 
any problems. thanks a lot
adam
Status: Fixed
Aug 13, 2013
Project Member #2 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Implemented
Aug 13, 2013
Project Member #3 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Released