Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 821] New: cp: illegal operation
@ 2009-12-21 23:13 bugzilla at busybox.net
  2009-12-22  0:47 ` Nicholas Kinar
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2009-12-21 23:13 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=821

              Host: MacBook Pro running Snow Leopard
            Target: ARM SX-560
             Build: buildroot
           Summary: cp: illegal operation
           Product: buildroot
           Version: 2009.11
          Platform: Macintosh
        OS/Version: Mac OS
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: markus.schabel at gmail.com
                CC: buildroot at uclibc.org
   Estimated Hours: 0.5


When building the toolchain on my Mac, it always halts because of an illegal
parameter for cp. the parameter "-d" is not supported on Mac OS X. The
following patch should work on all systems:

--- Makefile    2008-02-25 09:15:31.000000000 +0100
+++ Makefile    2009-12-22 00:04:29.000000000 +0100
@@ -283,11 +257,11 @@
 $(BR2_DEPENDS_DIR): .config
        rm -rf $@
        mkdir -p $(@D)
+       cp -af $(CONFIG)/buildroot-config $@
-       cp -dpRf $(CONFIG)/buildroot-config $@

 dirs: $(DL_DIR) $(TOOL_BUILD_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) \


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-02-21 18:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-21 23:13 [Buildroot] [Bug 821] New: cp: illegal operation bugzilla at busybox.net
2009-12-22  0:47 ` Nicholas Kinar
2009-12-22  7:44 ` Peter Korsgaard
2010-01-28 22:59 ` [Buildroot] [Bug 821] " bugzilla at busybox.net
2010-02-21 18:51 ` bugzilla at busybox.net
2010-02-21 18:53 ` bugzilla at busybox.net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox