[Buildroot] [Bug 473] memstat_0.5.tar.gz has install with -D and that fails "make" (last buildroot git)

bugzilla at busybox.net bugzilla at busybox.net
Tue Jul 21 10:45:17 UTC 2009


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





--- Comment #9 from Bernhard Reutner-Fischer <aldot at uclibc.org>  2009-07-21 10:45:17 UTC ---
Right, sorry.

diff --git a/package/memstat/memstat.mk b/package/memstat/memstat.mk
index 7220aee..a54509a 100644
--- a/package/memstat/memstat.mk
+++ b/package/memstat/memstat.mk
@@ -21,15 +21,17 @@ $(MEMSTAT_DIR)/.configured: $(MEMSTAT_DIR)/.unpacked
        touch $@

 $(MEMSTAT_DIR)/memstat: $(MEMSTAT_DIR)/.configured
-       $(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS) $(@D)/memstat.c -o $@
+       $(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS) \
+               $(CFLAGS_WHOLE_PROGRAM) $(@D)/memstat.c -o $@

 $(TARGET_DIR)/usr/bin/memstat: $(MEMSTAT_DIR)/memstat
        [ -e $(TARGET_DIR)/etc/memstat.conf ] || \
-               $(INSTALL) -m 0644 -D $(^D)/memstat.conf $(TARGET_DIR)/etc
+               $(INSTALL) -m 0644 -D $(^D)/memstat.conf \
+                       $(TARGET_DIR)/etc/memstat.conf
        $(INSTALL) -m 0755 -D $^ $@
        $(STRIPCMD) $(STRIP_STRIP_ALL) $@

-memstat: uclibc $(TARGET_DIR)/usr/bin/memstat
+memstat: $(TARGET_DIR)/usr/bin/memstat

 memstat-source: $(DL_DIR)/$(MEMSTAT_SOURCE)


Better?


-- 
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.



More information about the buildroot mailing list