aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@dcc.unicamp.br>1999-04-03 12:19:19 +0000
committerAlexandre Oliva <oliva@gcc.gnu.org>1999-04-03 12:19:19 +0000
commit706e665aeeda9005b6ebc635f542eeae85fa9f49 (patch)
treeff965c018322cbb8b8d0f4f9a24567e017fd85cf
parent3fccc06735ba562e3d892f952a015830d7ad8444 (diff)
downloadgcc-706e665aeeda9005b6ebc635f542eeae85fa9f49.zip
gcc-706e665aeeda9005b6ebc635f542eeae85fa9f49.tar.gz
gcc-706e665aeeda9005b6ebc635f542eeae85fa9f49.tar.bz2
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 <ghazi@caip.rutgers.edu> * fixinc/fixincl.sh, fixinc/fixincl.x, fixinc/inclhack.sh: regen From-SVN: r26155
-rw-r--r--gcc/ChangeLog6
-rwxr-xr-xgcc/fixinc/fixincl.sh4
-rw-r--r--gcc/fixinc/fixincl.x2
-rwxr-xr-xgcc/fixinc/inclhack.sh4
-rw-r--r--gcc/fixinc/inclhack.tpl4
5 files changed, 13 insertions, 7 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 84826a2..cf2b972 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+Sat Apr 3 17:05:13 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
+
+ * inclhack.tpl: insert spaces between `sed -e' and '...'
+ Reported by Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+ * fixinc/fixincl.sh, fixinc/fixincl.x, fixinc/inclhack.sh: regen
+
Sat Apr 3 14:54:46 1999 Craig Burley <craig@jcb-sc.com>
* tree.def (BLOCK): Fix typo in comment.
diff --git a/gcc/fixinc/fixincl.sh b/gcc/fixinc/fixincl.sh
index 6efbb9e..18f6fc2 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 de3441c..64cd607 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 9c4ee40..63a618d 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 7a30402..ef490f0 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}`"[=