From 706e665aeeda9005b6ebc635f542eeae85fa9f49 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sat, 3 Apr 1999 12:19:19 +0000 Subject: [PATCH] inclhack.tpl: insert spaces between `sed -e' and '...' Reported by Kaveh R. * inclhack.tpl: insert spaces between `sed -e' and '...' Reported by Kaveh R. Ghazi * fixinc/fixincl.sh, fixinc/fixincl.x, fixinc/inclhack.sh: regen From-SVN: r26155 --- gcc/ChangeLog | 6 ++++++ gcc/fixinc/fixincl.sh | 4 ++-- gcc/fixinc/fixincl.x | 2 +- gcc/fixinc/inclhack.sh | 4 ++-- gcc/fixinc/inclhack.tpl | 4 ++-- 5 files changed, 13 insertions(+), 7 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 84826a215f7..cf2b972118c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +Sat Apr 3 17:05:13 1999 Alexandre Oliva + + * inclhack.tpl: insert spaces between `sed -e' and '...' + Reported by Kaveh R. Ghazi + * fixinc/fixincl.sh, fixinc/fixincl.x, fixinc/inclhack.sh: regen + Sat Apr 3 14:54:46 1999 Craig Burley * tree.def (BLOCK): Fix typo in comment. diff --git a/gcc/fixinc/fixincl.sh b/gcc/fixinc/fixincl.sh index 6efbb9e45a1..18f6fc2d92d 100755 --- a/gcc/fixinc/fixincl.sh +++ b/gcc/fixinc/fixincl.sh @@ -2,7 +2,7 @@ # # DO NOT EDIT THIS FILE (fixincl.sh) # -# It has been autogen-ed Friday April 2, 1999 at 11:01:59 AM PST +# It has been autogen-ed Saturday April 3, 1999 at 05:12:04 PM EST # From the definitions inclhack.def # and the template file inclhack.tpl # @@ -349,7 +349,7 @@ while [ $# != 0 ]; do else find ${FIND_BASE}/. -type f -print fi | \ - sed -e's;/\./;/;g' -e's;//*;/;g' | \ + sed -e 's;/\./;/;g' -e 's;//*;/;g' | \ ${FIXINCL}`" done diff --git a/gcc/fixinc/fixincl.x b/gcc/fixinc/fixincl.x index de3441c0587..64cd607b81c 100644 --- a/gcc/fixinc/fixincl.x +++ b/gcc/fixinc/fixincl.x @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE (fixincl.x) * - * It has been autogen-ed Friday April 2, 1999 at 11:01:59 AM PST + * It has been autogen-ed Saturday April 3, 1999 at 05:12:03 PM EST * From the definitions inclhack.def * and the template file fixincl.tpl * diff --git a/gcc/fixinc/inclhack.sh b/gcc/fixinc/inclhack.sh index 9c4ee402dd0..63a618d35cd 100755 --- a/gcc/fixinc/inclhack.sh +++ b/gcc/fixinc/inclhack.sh @@ -2,7 +2,7 @@ # # DO NOT EDIT THIS FILE (inclhack.sh) # -# It has been autogen-ed Friday April 2, 1999 at 11:01:59 AM PST +# It has been autogen-ed Saturday April 3, 1999 at 05:12:01 PM EST # From the definitions inclhack.def # and the template file inclhack.tpl # @@ -347,7 +347,7 @@ while [ $# != 0 ]; do else find ${FIND_BASE}/. -type f -print fi | \ - sed -e's;/\./;/;g' -e's;//*;/;g' ` + sed -e 's;/\./;/;g' -e 's;//*;/;g' ` echo Checking header files for file in $files; do diff --git a/gcc/fixinc/inclhack.tpl b/gcc/fixinc/inclhack.tpl index 7a30402f786..ef490f01bbe 100644 --- a/gcc/fixinc/inclhack.tpl +++ b/gcc/fixinc/inclhack.tpl @@ -338,7 +338,7 @@ _IF PROGRAM _env ! =] else find ${FIND_BASE}/. -type f -print fi | \ - sed -e's;/\./;/;g' -e's;//*;/;g' ` + sed -e 's;/\./;/;g' -e 's;//*;/;g' ` [= _include hackshell =][= @@ -351,7 +351,7 @@ _IF PROGRAM _env ! =] else find ${FIND_BASE}/. -type f -print fi | \ - sed -e's;/\./;/;g' -e's;//*;/;g' | \ + sed -e 's;/\./;/;g' -e 's;//*;/;g' | \ ${FIXINCL}`"[= -- 2.30.2