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

SVN-Revision: 34459
This commit is contained in:
Jo-Philipp Wich 2012-12-02 18:35:39 +00:00
parent 24b31c9428
commit 740daabdfd
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