]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Scripts must end with a new-line
authorBruce Korb <ddsinc09@ix.netcom.com>
Fri, 18 Jun 1999 12:44:14 +0000 (12:44 +0000)
committerBruce Korb <korbb@gcc.gnu.org>
Fri, 18 Jun 1999 12:44:14 +0000 (12:44 +0000)
From-SVN: r27596

gcc/ChangeLog
gcc/fixinc/fixincl.x
gcc/fixinc/inclhack.def
gcc/fixinc/inclhack.sh

index 0b1aa849dbb4d17e555be52764fd291d673c318b..db43ce04052b1ddd5c4a7f44bcd7a7322c679a12 100644 (file)
@@ -1,6 +1,9 @@
 Fri Jun 18 07:02 1999  Bruce Korb <ddsinc09@ix.netcom.com>
 
        * fixinc/mkfixinc.sh: enable the fixincl program for DG/UX
+       * fixinc/inclhack.def(dgux_int_varargs): script must end with \n
+       *fixinc/fixincl.x: regen
+       *fixinc/inclhack.sh: regen
 
 Thu Jun 17 15:06:10 PDT 1999 Don Lindsay  <dlindsay@cygnus.com>
 
index c9a43cc697c2c575168444447de91061c0229c78..f43840cf47c9bc77728fdb19cab12b0e24fee88c 100644 (file)
@@ -668,7 +668,7 @@ typedef char * va_list;\n\
 #endif /* __LINT__ */\n\
 #endif /*  !(defined(_VA_LIST) || defined(_VA_LIST_)) */\n\
 #endif /*  #ifndef __INT_VARARGS_H  */\n\
-_EOF_",
+_EOF_\n",
     (char*)NULL };
 
 /* * * * * * * * * * * * * * * * * * * * * * * * * *
index 13379c7f58a8dacbeb4723b776bb0765c0d36417..5f8522360623d5c11461b3f36bf316263a056bec 100644 (file)
@@ -332,7 +332,7 @@ typedef char * va_list;
 \#endif /* __LINT__ */
 \#endif /*  !(defined(_VA_LIST) || defined(_VA_LIST_)) */
 \#endif /*  #ifndef __INT_VARARGS_H  */
-_EOF_";
+_EOF_\n";
 };
 
 
index 751a1763edd7b6aec3aa161b67d278ad7fed4ebd..acd46d92fdbd21165d8fa0cedbc61aeea4096a73 100755 (executable)
@@ -817,7 +817,8 @@ typedef char * va_list;
 #endif /* __LINT__ */
 #endif /*  !(defined(_VA_LIST) || defined(_VA_LIST_)) */
 #endif /*  #ifndef __INT_VARARGS_H  */
-_EOF_ ) < $infile > ${DESTDIR}/fixinc.tmp
+_EOF_
+ ) < $infile > ${DESTDIR}/fixinc.tmp
 
     #  Shell scripts have the potential of removing the output
     #  We interpret that to mean the file is not to be altered
@@ -847,8 +848,7 @@ _EOF_ ) < $infile > ${DESTDIR}/fixinc.tmp
           < $infile > ${DESTDIR}/fixinc.tmp
     rm -f ${DESTFILE}
     mv -f ${DESTDIR}/fixinc.tmp ${DESTFILE}
-    fi # end of selection 'if'
-
+    fi # if test
 
     #
     # Fix  19:  Ecd_Cursor