projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24b31c9
)
tools: e2fsprogs: delete doc/ directory after unpacking to ensure that makeinfo is...
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 2 Dec 2012 18:35:39 +0000
(18:35 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 2 Dec 2012 18:35:39 +0000
(18:35 +0000)
SVN-Revision: 34459
tools/e2fsprogs/Makefile
patch
|
blob
|
history
diff --git
a/tools/e2fsprogs/Makefile
b/tools/e2fsprogs/Makefile
index 9f5bcc4b80645b1f9b72ae4f9eeee8fcd4dc5dc0..3e4347206821384f09c8756a6f28af8b988bbb2c 100644
(file)
--- 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