mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +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:
@@ -42,7 +42,7 @@ $(DHCP_DIR)/.configured: $(DHCP_DIR)/.unpacked
|
||||
|
||||
$(DHCP_DIR)/$(DHCP_RELAY_BINARY): $(DHCP_DIR)/.configured
|
||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) $(BVARS) -C $(DHCP_DIR)
|
||||
$(STRIP) $(DHCP_DIR)/$(DHCP_RELAY_BINARY)
|
||||
$(STRIPCMD) $(DHCP_DIR)/$(DHCP_RELAY_BINARY)
|
||||
|
||||
$(TARGET_DIR)/$(DHCP_SERVER_TARGET_BINARY): $(DHCP_DIR)/$(DHCP_RELAY_BINARY)
|
||||
mkdir -p $(TARGET_DIR)/var/lib
|
||||
|
||||
Reference in New Issue
Block a user