projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8567f5f
)
microperl: strip target binary
author
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 4 Feb 2009 23:51:06 +0000
(23:51 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 4 Feb 2009 23:51:06 +0000
(23:51 -0000)
package/microperl/microperl.mk
patch
|
blob
|
history
diff --git
a/package/microperl/microperl.mk
b/package/microperl/microperl.mk
index e8d327479e676fc1a5769c32a51ed3b4aaa67e40..5a41f384d47e0c6e8e69171021d7a4970ed99cb0 100644
(file)
--- a/
package/microperl/microperl.mk
+++ b/
package/microperl/microperl.mk
@@
-82,7
+82,10
@@
ifneq ($(MICROPERL_MODS),)
done; \
)
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;)
microperl: uclibc $(TARGET_DIR)/usr/bin/microperl