ccache: remove cleanup of documentation
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 20 Feb 2010 16:13:55 +0000 (17:13 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 20 Feb 2010 18:31:04 +0000 (19:31 +0100)
The cleanup of documentation is handled in a global way, in the main
Makefile.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
toolchain/ccache/ccache.mk

index c98937d3747d652b3b061e552074c108d7f13c79..8e414b27bf42cc9647b42cabf74b706358c2311c 100644 (file)
@@ -163,9 +163,6 @@ $(CCACHE_DIR2)/$(CCACHE_BINARY): $(CCACHE_DIR2)/.configured
 
 $(TARGET_DIR)/$(CCACHE_TARGET_BINARY): $(CCACHE_DIR2)/$(CCACHE_BINARY)
        $(MAKE) DESTDIR=$(TARGET_DIR) -C $(CCACHE_DIR2) install
-ifneq ($(BR2_HAVE_MANPAGES),y)
-       rm -rf $(TARGET_DIR)/usr/man
-endif
        # put a bunch of symlinks into /bin, since that is earlier
        # in the default PATH than /usr/bin where gcc lives
        (cd $(TARGET_DIR)/bin; \