diff options
author | Francois Perrad <fperrad@gmail.com> | 2014-06-30 16:11:53 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-07-01 15:05:53 +0200 |
commit | 4d1824f367af2f39a979b68dbf645a6e33979cfe (patch) | |
tree | 74a019b9ff07bed7769cf0723643e4ffbd52732a | |
parent | 63d0d8040ab4ba8956a13dafd73e2fa044e29c8b (diff) | |
download | buildroot-4d1824f367af2f39a979b68dbf645a6e33979cfe.tar.gz buildroot-4d1824f367af2f39a979b68dbf645a6e33979cfe.zip |
perl: remove documentation in target tree
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -577,6 +577,7 @@ ifeq ($(BR2_PACKAGE_PYTHON_PYC_ONLY)$(BR2_PACKAGE_PYTHON3_PYC_ONLY),y) find $(TARGET_DIR)/usr/lib/ -name '*.py' -print0 | xargs -0 rm -f endif rm -rf $(TARGET_DIR)/usr/lib/luarocks + rm -rf $(TARGET_DIR)/usr/lib/perl5/$(PERL_VERSION)/pod rm -rf $(TARGET_DIR)/usr/lib/perl5/$(PERL_VERSION)/$(PERL_ARCHNAME)/CORE find $(TARGET_DIR)/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f find $(TARGET_DIR)/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f |