Commit 6655a9bc by Bruce Korb Committed by Bruce Korb

Missing merges from fixincl-branch

From-SVN: r25725
parent 42fd06c9
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) 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 * expr.c (expand_expr): Allow a CALL_EXPR with a mode wider than
......
...@@ -189,12 +189,12 @@ fi ...@@ -189,12 +189,12 @@ fi
done done
if [ x${INSTALL_ASSERT_H} != x ] ; if [ x${INSTALL_ASSERT_H} != x ]
then then
cd ${ORIG_DIR} cd ${ORIG_DIR}
rm -f include/assert.h; rm -f include/assert.h
cp $(srcdir)/assert.h include/assert.h; cp ${srcdir}/assert.h include/assert.h || exit 1
chmod a+r include/assert.h; chmod a+r include/assert.h
fi fi
exit 0 exit 0
...@@ -232,12 +232,12 @@ fi ...@@ -232,12 +232,12 @@ fi
done done
if [ x${INSTALL_ASSERT_H} != x ] ; if [ x${INSTALL_ASSERT_H} != x ]
then then
cd ${ORIG_DIR} cd ${ORIG_DIR}
rm -f include/assert.h; rm -f include/assert.h
cp $(srcdir)/assert.h include/assert.h; cp ${srcdir}/assert.h include/assert.h || exit 1
chmod a+r include/assert.h; chmod a+r include/assert.h
fi fi
exit 0 exit 0
...@@ -263,12 +263,12 @@ fi ...@@ -263,12 +263,12 @@ fi
done done
if [ x${INSTALL_ASSERT_H} != x ] ; if [ x${INSTALL_ASSERT_H} != x ]
then then
cd ${ORIG_DIR} cd ${ORIG_DIR}
rm -f include/assert.h; rm -f include/assert.h
cp $(srcdir)/assert.h include/assert.h; cp ${srcdir}/assert.h include/assert.h || exit 1
chmod a+r include/assert.h; chmod a+r include/assert.h
fi fi
exit 0 exit 0
...@@ -434,12 +434,12 @@ fi ...@@ -434,12 +434,12 @@ fi
done done
if [ x${INSTALL_ASSERT_H} != x ] ; if [ x${INSTALL_ASSERT_H} != x ]
then then
cd ${ORIG_DIR} cd ${ORIG_DIR}
rm -f include/assert.h; rm -f include/assert.h
cp $(srcdir)/assert.h include/assert.h; cp ${srcdir}/assert.h include/assert.h || exit 1
chmod a+r include/assert.h; chmod a+r include/assert.h
fi fi
exit 0 exit 0
...@@ -1767,12 +1767,12 @@ chmod a+r ${LIB}/sys/byteorder.h ...@@ -1767,12 +1767,12 @@ chmod a+r ${LIB}/sys/byteorder.h
done done
if [ x${INSTALL_ASSERT_H} != x ] ; if [ x${INSTALL_ASSERT_H} != x ]
then then
cd ${ORIG_DIR} cd ${ORIG_DIR}
rm -f include/assert.h; rm -f include/assert.h
cp $(srcdir)/assert.h include/assert.h; cp ${srcdir}/assert.h include/assert.h || exit 1
chmod a+r include/assert.h; chmod a+r include/assert.h
fi fi
exit 0 exit 0
...@@ -229,12 +229,12 @@ for file in $files; do ...@@ -229,12 +229,12 @@ for file in $files; do
rmdir $LIB/$file > NUL 2>&1 rmdir $LIB/$file > NUL 2>&1
done done
if [ x${INSTALL_ASSERT_H} != x ] ; if [ x${INSTALL_ASSERT_H} != x ]
then then
cd ${ORIG_DIR} cd ${ORIG_DIR}
rm -f include/assert.h; rm -f include/assert.h
cp $(srcdir)/assert.h include/assert.h; cp ${srcdir}/assert.h include/assert.h || exit 1
chmod a+r include/assert.h; chmod a+r include/assert.h
fi fi
exit 0 exit 0
...@@ -133,12 +133,12 @@ fi ...@@ -133,12 +133,12 @@ fi
done done
if [ x${INSTALL_ASSERT_H} != x ] ; if [ x${INSTALL_ASSERT_H} != x ]
then then
cd ${ORIG_DIR} cd ${ORIG_DIR}
rm -f include/assert.h; rm -f include/assert.h
cp $(srcdir)/assert.h include/assert.h; cp ${srcdir}/assert.h include/assert.h || exit 1
chmod a+r include/assert.h; chmod a+r include/assert.h
fi fi
exit 0 exit 0
...@@ -136,12 +136,12 @@ __EOF__ ...@@ -136,12 +136,12 @@ __EOF__
# the real <gnu/types.h>. # the real <gnu/types.h>.
chmod a+r $LIB/$file chmod a+r $LIB/$file
if [ x${INSTALL_ASSERT_H} != x ] ; if [ x${INSTALL_ASSERT_H} != x ]
then then
cd ${ORIG_DIR} cd ${ORIG_DIR}
rm -f include/assert.h; rm -f include/assert.h
cp $(srcdir)/assert.h include/assert.h; cp ${srcdir}/assert.h include/assert.h || exit 1
chmod a+r include/assert.h; chmod a+r include/assert.h
fi fi
exit 0 exit 0
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