summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2014-01-11 16:42:07 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-01-13 23:17:18 +0100
commit72afb294fffe7b06aa6d1db1ced637852e408d21 (patch)
tree922460b3f6589d1dca31834aea3b47d1ee899b77 /Makefile
parentb3713fa5185902bbba60cd5b0469f7efbef0a203 (diff)
downloadbuildroot-72afb294fffe7b06aa6d1db1ced637852e408d21.tar.gz
buildroot-72afb294fffe7b06aa6d1db1ced637852e408d21.zip
luarocks: new infrastructure
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> [yann.morin.1998@free.fr: apply Thomas' comments] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9aa8536a07..9adc0ec609 100644
--- a/Makefile
+++ b/Makefile
@@ -512,6 +512,7 @@ endif
ifeq ($(BR2_PACKAGE_PYTHON_PYC_ONLY),y)
find $(TARGET_DIR)/usr/lib/ -name '*.py' -print0 | xargs -0 rm -f
endif
+ rm -rf $(TARGET_DIR)/usr/lib/luarocks
$(STRIP_FIND_CMD) | xargs $(STRIPCMD) 2>/dev/null || true
if test -d $(TARGET_DIR)/lib/modules; then \
find $(TARGET_DIR)/lib/modules -type f -name '*.ko' | \
OpenPOWER on IntegriCloud