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:
@@ -48,7 +48,7 @@ endif
|
||||
|
||||
$(TARGET_DIR)/$(LSOF_TARGET_BINARY): $(LSOF_DIR)/lsof_$(LSOF_VERSION)_src/$(LSOF_BINARY)
|
||||
cp $(LSOF_DIR)/lsof_$(LSOF_VERSION)_src/$(LSOF_BINARY) $@
|
||||
$(STRIP) $@
|
||||
$(STRIPCMD) $@
|
||||
|
||||
lsof: uclibc $(TARGET_DIR)/$(LSOF_TARGET_BINARY)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user