summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>1999-05-17 12:41:23 +0000
committerkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>1999-05-17 12:41:23 +0000
commit5c8553add6b7ddf71c70056fc051b2013966e7ce (patch)
treee7245158351f1a05a259bc9dbfe2fa35a62f17ba
parent3e7a39cd8c18cd92f0b982ec7a80d25502deb5a4 (diff)
downloadppe42-gcc-5c8553add6b7ddf71c70056fc051b2013966e7ce.tar.gz
ppe42-gcc-5c8553add6b7ddf71c70056fc051b2013966e7ce.zip
Removed no-op pipe
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26973 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog2
-rwxr-xr-xgcc/fixinc/fixincl.sh2
-rwxr-xr-xgcc/fixinc/inclhack.sh2
3 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 97a7e39d497..3f472b0a5aa 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -5,6 +5,8 @@ Mon May 17 19:45:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* fixinc/inclhack.tpl: Removed no-op pipe.
+ * fixinc/inclhack.sh fixinc/fixincl.sh: regenerate
+
Mon May 17 07:23:34 1999 Mark Mitchell <mark@codesourcery.com>
* tree.def (TYPE_NONCOPIED_PARTS): Revise documentation to match
diff --git a/gcc/fixinc/fixincl.sh b/gcc/fixinc/fixincl.sh
index 74aafe378d4..f6517187ab5 100755
--- a/gcc/fixinc/fixincl.sh
+++ b/gcc/fixinc/fixincl.sh
@@ -395,7 +395,7 @@ echo 'Removing unneeded directories:'
cd $LIB
all_dirs=`find . -type d -print | sort -r`
for file in $all_dirs; do
- rmdir $LIB/$file > /dev/null 2>&1 | :
+ rmdir $LIB/$file > /dev/null 2>&1
done
# # # # # # # # # # # # # # # # # # # # #
diff --git a/gcc/fixinc/inclhack.sh b/gcc/fixinc/inclhack.sh
index 153161bfad9..d9ea8f90d0a 100755
--- a/gcc/fixinc/inclhack.sh
+++ b/gcc/fixinc/inclhack.sh
@@ -3093,7 +3093,7 @@ echo 'Removing unneeded directories:'
cd $LIB
all_dirs=`find . -type d -print | sort -r`
for file in $all_dirs; do
- rmdir $LIB/$file > /dev/null 2>&1 | :
+ rmdir $LIB/$file > /dev/null 2>&1
done
# # # # # # # # # # # # # # # # # # # # #
OpenPOWER on IntegriCloud