summaryrefslogtreecommitdiff
path: root/tools/e2fsprogs
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-12-02 18:35:39 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-12-02 18:35:39 +0000
commit740daabdfd42eba5464945ac80e2e41b95460db3 (patch)
treec61119d30a3880a920382a6d54b221b613aeb190 /tools/e2fsprogs
parent24b31c9428706b76be4bdffcc586d7a19fdc4207 (diff)
downloadmtk-20170518-740daabdfd42eba5464945ac80e2e41b95460db3.zip
mtk-20170518-740daabdfd42eba5464945ac80e2e41b95460db3.tar.gz
mtk-20170518-740daabdfd42eba5464945ac80e2e41b95460db3.tar.bz2
tools: e2fsprogs: delete doc/ directory after unpacking to ensure that makeinfo is not invoked
SVN-Revision: 34459
Diffstat (limited to 'tools/e2fsprogs')
-rw-r--r--tools/e2fsprogs/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile
index 9f5bcc4..3e43472 100644
--- a/tools/e2fsprogs/Makefile
+++ b/tools/e2fsprogs/Makefile
@@ -30,6 +30,11 @@ HOST_CONFIGURE_ARGS += \
--disable-tls \
--disable-nls
+define Host/Prepare
+ $(call Host/Prepare/Default)
+ rm -rf $(HOST_BUILD_DIR)/doc
+endef
+
define Host/Install
$(Host/Install/Default)
$(MAKE) -C $(HOST_BUILD_DIR)/lib/uuid install