tools: e2fsprogs: delete doc/ directory after unpacking to ensure that makeinfo is not invoked

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34459 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Jo-Philipp Wich 2012-12-02 18:35:39 +00:00
parent 230a9f2b78
commit 7a03e9cd3a
1 changed files with 5 additions and 0 deletions

View File

@ -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