From: Sascha Schumann Date: Sun, 11 Jun 2000 11:43:45 +0000 (+0000) Subject: Avoid second invocation of cat. X-Git-Tag: APACHE_2_0_ALPHA_5~378 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ef147f4515b4615f0de1b7c82a2d12bc3cb3f40;p=apache Avoid second invocation of cat. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85511 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/fastgen.sh b/build/fastgen.sh index 66097e3606..8fa020a82b 100755 --- a/build/fastgen.sh +++ b/build/fastgen.sh @@ -75,15 +75,13 @@ for makefile in $@; do dir=`echo $makefile|sed 's%/*[^/][^/]*$%%'` test -d "$dir/" || $mkdir_p "$dir/" - (cat <$makefile top_srcdir = $top_srcdir top_builddir = $top_builddir srcdir = $top_srcdir/$dir builddir = $top_builddir/$dir VPATH = $top_srcdir/$dir EOF -)| cat - $top_srcdir/$makefile.in > $makefile touch "$top_builddir/$dir/.deps" - done