diff options
Diffstat (limited to 'target/cloop')
-rw-r--r-- | target/cloop/cloop.mk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/cloop/cloop.mk b/target/cloop/cloop.mk index 9e3177622..059dd6c4b 100644 --- a/target/cloop/cloop.mk +++ b/target/cloop/cloop.mk @@ -63,17 +63,6 @@ cloop-module: $(CLOOP_DIR)/cloop.o ### Note: target/default/device_table.txt is not yet supported! ck # the quickfix is to use sudo to mount the previous created cramroot check-tools: -ifneq ($(BR2_HAVE_MANPAGES),y) - @rm -rf $(TARGET_DIR)/usr/man - @rm -rf $(TARGET_DIR)/usr/share/man -endif -ifneq ($(BR2_HAVE_INFOPAGES),y) - @rm -rf $(TARGET_DIR)/usr/info - @rm -rf $(TARGET_DIR)/usr/share/info -endif - @rmdir -p --ignore-fail-on-non-empty $(TARGET_DIR)/usr/share - which mkisofs - -@find $(TARGET_DIR) -type f -perm +111 | xargs $(STRIPCMD) 2>/dev/null || true - which symlinks && symlinks -r $(TARGET_DIR) $(IMAGE).cramfs: cramfsroot |