Missing merges from fixincl-branch
authorBruce Korb <korb@datadesign.com>
Fri, 12 Mar 1999 07:44:19 +0000 (07:44 +0000)
committerBruce Korb <korbb@gcc.gnu.org>
Fri, 12 Mar 1999 07:44:19 +0000 (07:44 +0000)
From-SVN: r25725

gcc/ChangeLog
gcc/fixinc/fixinc.dgux
gcc/fixinc/fixinc.irix
gcc/fixinc/fixinc.ptx
gcc/fixinc/fixinc.sco
gcc/fixinc/fixinc.svr4
gcc/fixinc/fixinc.winnt
gcc/fixinc/fixinc.wrap
gcc/fixinc/fixinc.x86-linux-gnu

index b86d4fa..f7c232a 100644 (file)
@@ -1,3 +1,8 @@
+Fri Mar 12 07:54:43 1999  Bruce Korb <korb@datadesign.com>
+
+       * fixinc/fixinc.*: Some changes from the fixincl-branch
+       were not applied (??!!).  Corrected.
+
 Fri Mar 12 00:51:43 1999  Jeffrey A Law  (law@cygnus.com)
 
        * expr.c (expand_expr): Allow a CALL_EXPR with a mode wider than
index 71365c4..afdd0cd 100755 (executable)
@@ -189,12 +189,12 @@ fi
 
 done
 
-if [ x${INSTALL_ASSERT_H} != x ] ;
+if [ x${INSTALL_ASSERT_H} != x ]
 then
   cd ${ORIG_DIR}
-  rm -f include/assert.h;
-  cp $(srcdir)/assert.h include/assert.h;
-  chmod a+r include/assert.h;
+  rm -f include/assert.h
+  cp ${srcdir}/assert.h include/assert.h || exit 1
+  chmod a+r include/assert.h
 fi
 
 exit 0
index 1fa53a7..d12c786 100755 (executable)
@@ -232,12 +232,12 @@ fi
 
 done
 
-if [ x${INSTALL_ASSERT_H} != x ] ;
+if [ x${INSTALL_ASSERT_H} != x ]
 then
   cd ${ORIG_DIR}
-  rm -f include/assert.h;
-  cp $(srcdir)/assert.h include/assert.h;
-  chmod a+r include/assert.h;
+  rm -f include/assert.h
+  cp ${srcdir}/assert.h include/assert.h || exit 1
+  chmod a+r include/assert.h
 fi
 
 exit 0
index ac8478a..c205e21 100644 (file)
@@ -263,12 +263,12 @@ fi
 
 done
 
-if [ x${INSTALL_ASSERT_H} != x ] ;
+if [ x${INSTALL_ASSERT_H} != x ]
 then
   cd ${ORIG_DIR}
-  rm -f include/assert.h;
-  cp $(srcdir)/assert.h include/assert.h;
-  chmod a+r include/assert.h;
+  rm -f include/assert.h
+  cp ${srcdir}/assert.h include/assert.h || exit 1
+  chmod a+r include/assert.h
 fi
 
 exit 0
index e580956..11e78f7 100755 (executable)
@@ -434,12 +434,12 @@ fi
 
 done
 
-if [ x${INSTALL_ASSERT_H} != x ] ;
+if [ x${INSTALL_ASSERT_H} != x ]
 then
   cd ${ORIG_DIR}
-  rm -f include/assert.h;
-  cp $(srcdir)/assert.h include/assert.h;
-  chmod a+r include/assert.h;
+  rm -f include/assert.h
+  cp ${srcdir}/assert.h include/assert.h || exit 1
+  chmod a+r include/assert.h
 fi
 
 exit 0
index 840a7d4..dedf4eb 100755 (executable)
@@ -1767,12 +1767,12 @@ chmod a+r ${LIB}/sys/byteorder.h
 
 done
 
-if [ x${INSTALL_ASSERT_H} != x ] ;
+if [ x${INSTALL_ASSERT_H} != x ]
 then
   cd ${ORIG_DIR}
-  rm -f include/assert.h;
-  cp $(srcdir)/assert.h include/assert.h;
-  chmod a+r include/assert.h;
+  rm -f include/assert.h
+  cp ${srcdir}/assert.h include/assert.h || exit 1
+  chmod a+r include/assert.h
 fi
 
 exit 0
index 7b8fe9e..cb7e72f 100644 (file)
@@ -229,12 +229,12 @@ for file in $files; do
   rmdir $LIB/$file > NUL 2>&1
 done
 
-if [ x${INSTALL_ASSERT_H} != x ] ;
+if [ x${INSTALL_ASSERT_H} != x ]
 then
   cd ${ORIG_DIR}
-  rm -f include/assert.h;
-  cp $(srcdir)/assert.h include/assert.h;
-  chmod a+r include/assert.h;
+  rm -f include/assert.h
+  cp ${srcdir}/assert.h include/assert.h || exit 1
+  chmod a+r include/assert.h
 fi
 
 exit 0
index ac9b5c9..0c27536 100755 (executable)
@@ -133,12 +133,12 @@ fi
 
 done
 
-if [ x${INSTALL_ASSERT_H} != x ] ;
+if [ x${INSTALL_ASSERT_H} != x ]
 then
   cd ${ORIG_DIR}
-  rm -f include/assert.h;
-  cp $(srcdir)/assert.h include/assert.h;
-  chmod a+r include/assert.h;
+  rm -f include/assert.h
+  cp ${srcdir}/assert.h include/assert.h || exit 1
+  chmod a+r include/assert.h
 fi
 
 exit 0
index 679933a..1bee37d 100644 (file)
@@ -136,12 +136,12 @@ __EOF__
 # the real <gnu/types.h>.
 chmod a+r $LIB/$file
 
-if [ x${INSTALL_ASSERT_H} != x ] ;
+if [ x${INSTALL_ASSERT_H} != x ]
 then
   cd ${ORIG_DIR}
-  rm -f include/assert.h;
-  cp $(srcdir)/assert.h include/assert.h;
-  chmod a+r include/assert.h;
+  rm -f include/assert.h
+  cp ${srcdir}/assert.h include/assert.h || exit 1
+  chmod a+r include/assert.h
 fi
 
 exit 0