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:
@@ -12,7 +12,7 @@ MODULE_INIT_TOOLS_DIR2=$(TOOL_BUILD_DIR)/module-init-tools-$(MODULE_INIT_TOOLS_V
|
||||
MODULE_INIT_TOOLS_BINARY=depmod
|
||||
MODULE_INIT_TOOLS_TARGET_BINARY=$(TARGET_DIR)/sbin/$(MODULE_INIT_TOOLS_BINARY)
|
||||
|
||||
STRIPPROG=$(STRIP)
|
||||
STRIPPROG=$(STRIPCMD)
|
||||
|
||||
$(DL_DIR)/$(MODULE_INIT_TOOLS_SOURCE):
|
||||
$(WGET) -P $(DL_DIR) $(MODULE_INIT_TOOLS_SITE)/$(MODULE_INIT_TOOLS_SOURCE)
|
||||
|
||||
Reference in New Issue
Block a user