Commit 706e665a by Alexandre Oliva Committed by Alexandre Oliva

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
parent 3fccc067
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> Sat Apr 3 14:54:46 1999 Craig Burley <craig@jcb-sc.com>
* tree.def (BLOCK): Fix typo in comment. * tree.def (BLOCK): Fix typo in comment.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# DO NOT EDIT THIS FILE (fixincl.sh) # 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 # From the definitions inclhack.def
# and the template file inclhack.tpl # and the template file inclhack.tpl
# #
...@@ -349,7 +349,7 @@ while [ $# != 0 ]; do ...@@ -349,7 +349,7 @@ while [ $# != 0 ]; do
else else
find ${FIND_BASE}/. -type f -print find ${FIND_BASE}/. -type f -print
fi | \ fi | \
sed -e's;/\./;/;g' -e's;//*;/;g' | \ sed -e 's;/\./;/;g' -e 's;//*;/;g' | \
${FIXINCL}`" ${FIXINCL}`"
done done
......
/* /*
* DO NOT EDIT THIS FILE (fixincl.x) * 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 * From the definitions inclhack.def
* and the template file fixincl.tpl * and the template file fixincl.tpl
* *
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# DO NOT EDIT THIS FILE (inclhack.sh) # 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 # From the definitions inclhack.def
# and the template file inclhack.tpl # and the template file inclhack.tpl
# #
...@@ -347,7 +347,7 @@ while [ $# != 0 ]; do ...@@ -347,7 +347,7 @@ while [ $# != 0 ]; do
else else
find ${FIND_BASE}/. -type f -print find ${FIND_BASE}/. -type f -print
fi | \ fi | \
sed -e's;/\./;/;g' -e's;//*;/;g' ` sed -e 's;/\./;/;g' -e 's;//*;/;g' `
echo Checking header files echo Checking header files
for file in $files; do for file in $files; do
......
...@@ -338,7 +338,7 @@ _IF PROGRAM _env ! =] ...@@ -338,7 +338,7 @@ _IF PROGRAM _env ! =]
else else
find ${FIND_BASE}/. -type f -print find ${FIND_BASE}/. -type f -print
fi | \ fi | \
sed -e's;/\./;/;g' -e's;//*;/;g' ` sed -e 's;/\./;/;g' -e 's;//*;/;g' `
[= [=
_include hackshell =][= _include hackshell =][=
...@@ -351,7 +351,7 @@ _IF PROGRAM _env ! =] ...@@ -351,7 +351,7 @@ _IF PROGRAM _env ! =]
else else
find ${FIND_BASE}/. -type f -print find ${FIND_BASE}/. -type f -print
fi | \ fi | \
sed -e's;/\./;/;g' -e's;//*;/;g' | \ sed -e 's;/\./;/;g' -e 's;//*;/;g' | \
${FIXINCL}`"[= ${FIXINCL}`"[=
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment