- just use the strip binary to avoid confusing libtool (quotes)

- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
This commit is contained in:
Bernhard Reutner-Fischer
2007-10-01 16:15:31 +00:00
parent 4ad141c338
commit 14a71561a3
149 changed files with 250 additions and 250 deletions

View File

@@ -48,7 +48,7 @@ $(IPERF_DIR)/.configured: $(IPERF_DIR)/.unpacked
$(IPERF_DIR)/src/iperf: $(IPERF_DIR)/.configured
$(MAKE) CC=$(TARGET_CC) -C $(IPERF_DIR)
-$(STRIP) $(STRIP_STRIP_UNNEEDED) $(IPERF_DIR)/src/iperf
-$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(IPERF_DIR)/src/iperf
$(TARGET_DIR)/usr/bin/iperf: $(IPERF_DIR)/src/iperf
cp $(IPERF_DIR)/src/iperf $(TARGET_DIR)/usr/bin/iperf