[uClibc 0001307]: Makefile compatibility to Mac OS X

bugs at busybox.net bugs at busybox.net
Sat Sep 15 09:16:10 UTC 2007


The following issue has been CLOSED 
====================================================================== 
http://busybox.net/bugs/view.php?id=1307 
====================================================================== 
Reported By:                rreilink
Assigned To:                uClibc
====================================================================== 
Project:                    uClibc
Issue ID:                   1307
Category:                   Other
Reproducibility:            have not tried
Severity:                   minor
Priority:                   normal
Status:                     closed
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             04-08-2007 23:52 PDT
Last Modified:              09-15-2007 02:16 PDT
====================================================================== 
Summary:                    Makefile compatibility to Mac OS X
Description: 
In order to get uClibC to compile/install properly on Mac OS X, the
following changes in the Makefile are required:

Line 231 & 241:
change sed -e 's/lib\///' to sed -e 's/lib\/*//'

This is because find lib/ makes the results start with a / , which causes
the symlinks to point to /libc.0.so instead of libc.0.so

Line 258:
change cp -dRf to -PRf because the cp on Mac OS X doesn't support the -d
flag. Note that this has been changed from -PRf to -dRf for busybox
compatibility. 

ucLibC version: 0.9.28.3
toolchain: powerpc-gekko-linux-uclibc
host platform: OS X 10.4 (Darwin 8.9.1 i386)

====================================================================== 

---------------------------------------------------------------------- 
 vapier - 09-15-07 02:16  
---------------------------------------------------------------------- 
current trunk should work fine 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
04-08-07 23:52  rreilink       New Issue                                    
04-08-07 23:52  rreilink       Status                   new => assigned     
04-08-07 23:52  rreilink       Assigned To               => uClibc          
09-15-07 02:16  vapier         Note Added: 0002747                          
09-15-07 02:16  vapier         Status                   assigned => closed  
09-15-07 02:16  vapier         Resolution               open => fixed       
======================================================================




More information about the uClibc-cvs mailing list