From a815247064fb423e2d7d9db3d48022d1ca51035c Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Tue, 30 Jun 2009 15:14:16 +0000 Subject: build system: avoid GNU grep specific code git-svn-id: svn://tug.org/texlive/trunk@14018 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/ChangeLog | 4 ++++ Build/source/texk/kpathsea/Makefile.am | 6 +++++- Build/source/texk/kpathsea/Makefile.in | 6 +++++- 3 files changed, 14 insertions(+), 2 deletions(-) (limited to 'Build/source/texk') diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 9676ea48bd7..ed2e17b0b63 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,7 @@ +2009-06-30 Peter Breitenlohner + + * Makefile.am (kpathsea.h): avoid GNU grep specific code. + 2009-06-30 Karl Berry * variable.c (expand): make boolean, to return whether there diff --git a/Build/source/texk/kpathsea/Makefile.am b/Build/source/texk/kpathsea/Makefile.am index d80fff94c13..2643ac009a4 100644 --- a/Build/source/texk/kpathsea/Makefile.am +++ b/Build/source/texk/kpathsea/Makefile.am @@ -221,7 +221,11 @@ kpathsea.h: Makefile paths.h echo '#include ' >>$@ echo '#include ' >>$@ (cd $(srcdir) && ls -1 *.h) \ - | grep -v '\(config\|paths\|kpathsea\|mingw32\|win32lib\)\.h' \ + | grep -v 'config\.h' \ + | grep -v 'paths\.h' \ + | grep -v 'kpathsea\.h' \ + | grep -v 'mingw32\.h' \ + | grep -v 'win32lib\.h' \ | sed -e 's,^,#include ,' >>$@ DISTCLEANFILES = paths.h stamp-paths kpathsea.h diff --git a/Build/source/texk/kpathsea/Makefile.in b/Build/source/texk/kpathsea/Makefile.in index 68064e7d5b2..5e821b2ef2b 100644 --- a/Build/source/texk/kpathsea/Makefile.in +++ b/Build/source/texk/kpathsea/Makefile.in @@ -1678,7 +1678,11 @@ kpathsea.h: Makefile paths.h echo '#include ' >>$@ echo '#include ' >>$@ (cd $(srcdir) && ls -1 *.h) \ - | grep -v '\(config\|paths\|kpathsea\|mingw32\|win32lib\)\.h' \ + | grep -v 'config\.h' \ + | grep -v 'paths\.h' \ + | grep -v 'kpathsea\.h' \ + | grep -v 'mingw32\.h' \ + | grep -v 'win32lib\.h' \ | sed -e 's,^,#include ,' >>$@ install-exec-hook: -- cgit v1.2.3