summaryrefslogtreecommitdiffstats
path: root/rules/grep.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-01-15 19:21:34 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-01-15 19:32:47 +0100
commit2f44d8508393dd0fcaa9f7a711f4cfe663216907 (patch)
tree4f3850e2acf53814dc12e96ac2dde52f7030b58b /rules/grep.make
parentaed70cb25e1359568dfa38347f2299ea3b318faa (diff)
downloadptxdist-2f44d8508393dd0fcaa9f7a711f4cfe663216907.tar.gz
ptxdist-2f44d8508393dd0fcaa9f7a711f4cfe663216907.tar.xz
grep: disable documentation/i18n tools
Otherwise building with some versions of makeinfo may fail with: grep.texi:585: @itemx must follow @item Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/grep.make')
-rw-r--r--rules/grep.make8
1 files changed, 6 insertions, 2 deletions
diff --git a/rules/grep.make b/rules/grep.make
index b9181f43a..281724fc7 100644
--- a/rules/grep.make
+++ b/rules/grep.make
@@ -29,8 +29,12 @@ GREP_DIR := $(BUILDDIR)/$(GREP)
# Prepare
# ----------------------------------------------------------------------------
-GREP_PATH := PATH=$(CROSS_PATH)
-GREP_ENV := $(CROSS_ENV)
+GREP_ENV := \
+ $(CROSS_ENV) \
+ ac_cv_path_MSGFMT=: \
+ ac_cv_path_GMSGFMT=: \
+ ac_cv_path_XGETTEXT=: \
+ MAKEINFO=:
#
# autoconf