mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-06 18:07:43 +00:00
microperl: strip target binary
This commit is contained in:
parent
8567f5fa15
commit
5b1dbd2031
@ -82,7 +82,10 @@ ifneq ($(MICROPERL_MODS),)
|
|||||||
done; \
|
done; \
|
||||||
)
|
)
|
||||||
endif
|
endif
|
||||||
cp -dpf $(MICROPERL_DIR)/microperl $(TARGET_DIR)/usr/bin/microperl
|
cp -dpf $(MICROPERL_DIR)/microperl $@
|
||||||
|
ifneq ($(BR2_STRIP_none),y)
|
||||||
|
$(STRIPCMD) $(STRIP_STRIP_ALL) $@
|
||||||
|
endif
|
||||||
(cd $(TARGET_DIR)/usr/bin; rm -f perl; ln -s microperl perl;)
|
(cd $(TARGET_DIR)/usr/bin; rm -f perl; ln -s microperl perl;)
|
||||||
|
|
||||||
microperl: uclibc $(TARGET_DIR)/usr/bin/microperl
|
microperl: uclibc $(TARGET_DIR)/usr/bin/microperl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user