From: Richard Stallman Date: Sat, 18 Jul 1992 04:04:55 +0000 (+0000) Subject: entered into RCS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4cf98b8322944ce2e990bcf024d514a03021949a;p=gcc.git entered into RCS From-SVN: r1621 --- diff --git a/gcc/fixinc.svr4 b/gcc/fixinc.svr4 index 736fdb19a8a..69acd9c616c 100755 --- a/gcc/fixinc.svr4 +++ b/gcc/fixinc.svr4 @@ -31,6 +31,9 @@ # # See README-fixinc for more information. +# Directory where gcc sources (and sometimes special include files) live. +SRCDIR=${3-${SRCDIR-.}} + # Directory containing the original header files. INPUT=${2-${INPUT-/usr/include}} @@ -55,7 +58,7 @@ cd $LIB; LIB=`pwd` # This prevents /bin/ex from failing if the current terminal type is # unrecognizable. -TERM=unknown +TERM=dumb export TERM echo 'Building fixincludes in ' ${LIB} @@ -950,7 +953,7 @@ cd ${ORIG_DIR} echo 'Replacing ' rm -f ${LIB}/sys/byteorder.h -cp byteorder.h ${LIB}/sys/byteorder.h +cp ${SRCDIR}/byteorder.h ${LIB}/sys/byteorder.h exit 0