mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-24 05:18:14 +00:00
tools: e2fsprogs: delete doc/ directory after unpacking to ensure that makeinfo is not invoked
SVN-Revision: 34459
This commit is contained in:
parent
24b31c9428
commit
740daabdfd
@ -30,6 +30,11 @@ HOST_CONFIGURE_ARGS += \
|
|||||||
--disable-tls \
|
--disable-tls \
|
||||||
--disable-nls
|
--disable-nls
|
||||||
|
|
||||||
|
define Host/Prepare
|
||||||
|
$(call Host/Prepare/Default)
|
||||||
|
rm -rf $(HOST_BUILD_DIR)/doc
|
||||||
|
endef
|
||||||
|
|
||||||
define Host/Install
|
define Host/Install
|
||||||
$(Host/Install/Default)
|
$(Host/Install/Default)
|
||||||
$(MAKE) -C $(HOST_BUILD_DIR)/lib/uuid install
|
$(MAKE) -C $(HOST_BUILD_DIR)/lib/uuid install
|
||||||
|
Loading…
Reference in New Issue
Block a user