mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
- just use the strip binary to avoid confusing libtool (quotes)
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
This commit is contained in:
@@ -23,7 +23,7 @@ $(NETPLUG_DIR)/.unpacked: $(DL_DIR)/$(NETPLUG_SOURCE)
|
||||
|
||||
$(NETPLUG_DIR)/$(NETPLUG_BINARY): $(NETPLUG_DIR)/.unpacked
|
||||
$(MAKE) CC=$(TARGET_CC) -C $(NETPLUG_DIR)
|
||||
$(STRIP) $(NETPLUG_DIR)/$(NETPLUG_BINARY)
|
||||
$(STRIPCMD) $(NETPLUG_DIR)/$(NETPLUG_BINARY)
|
||||
|
||||
$(TARGET_DIR)/$(NETPLUG_TARGET_BINARY): $(NETPLUG_DIR)/$(NETPLUG_BINARY)
|
||||
$(INSTALL) -m 644 -D $(NETPLUG_DIR)/etc/netplugd.conf $(TARGET_DIR)/etc/netplug/netplugd.conf
|
||||
|
||||
Reference in New Issue
Block a user