From bb7c21a564da5e0fbc1ab4cc3bf3702b232dd3e6 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 28 Dec 1993 03:15:25 +0000 Subject: Do not fix to avoid problems with SunOS sed From-SVN: r6339 --- gcc/fixincludes | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'gcc') diff --git a/gcc/fixincludes b/gcc/fixincludes index 008a61e..f05bbf9 100755 --- a/gcc/fixincludes +++ b/gcc/fixincludes @@ -1408,6 +1408,16 @@ do fi done +# This file on SunOS 4 has a very large macro. When the sed loop +# tries pull it in, it overflows the pattern space size of the SunOS +# sed (GNU sed does not have this problem). Since the file does not +# require fixing, we remove it from the fixed directory. +file=sundev/ipi_error.h +if [ -r ${LIB}/$file ]; then + echo "Removing incorrect fix to SunOS " + rm -f ${LIB}/$file +fi + echo 'Removing unneeded directories:' cd $LIB files=`find . -type d -print | sort -r` -- cgit v1.1