diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-04-07 21:04:31 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-04-07 21:04:31 +0000 |
commit | 32faf35112e5092a5657862a43aadf67d907dbd3 (patch) | |
tree | 2095b7b16aec761430e5bb0ff54d6f42c4412b5e /target/cloop | |
parent | f276b269181394b26fadcfcd5b768c1d4b57c405 (diff) |
Makefile: add target-finalize for common filesystem cleanup
And remove from each rootfs variant.
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 |