mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 20:25:19 +02:00
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
This commit is contained in:
parent
1a249c9a12
commit
f83579f15e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user