You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
--- makedepend.SH.orig Mon Mar 19 08:33:17 2001
|
|
|
|
|
+++ makedepend.SH Sun May 19 15:17:49 2002
|
|
|
|
|
@@ -141,6 +141,8 @@
|
|
|
|
|
$cppstdin $finc -I. $cppflags $cppminus <UU/$file.c |
|
|
|
|
|
$sed \
|
|
|
|
|
-e '/^#.*<stdin>/d' \
|
|
|
|
|
+ -e '/^#.*<built-in>/d' \
|
|
|
|
|
+ -e '/^#.*<command line>/d' \
|
|
|
|
|
-e '/^#.*"-"/d' \
|
|
|
|
|
-e 's#\.[0-9][0-9]*\.c#'"$file.c#" \
|
|
|
|
|
-e 's/^[ ]*#[ ]*line/#/' \
|
|
|
|
|
@@ -155,6 +157,8 @@
|
|
|
|
|
$sed \
|
|
|
|
|
-e '1d' \
|
|
|
|
|
-e '/^#.*<stdin>/d' \
|
|
|
|
|
+ -e '/^#.*<built-in>/d' \
|
|
|
|
|
+ -e '/^#.*<command line>/d' \
|
|
|
|
|
-e '/^#.*"-"/d' \
|
|
|
|
|
-e 's#\.[0-9][0-9]*\.c#'"$file.c#" \
|
|
|
|
|
-e 's/^[ ]*#[ ]*line/#/' \
|
|
|
|
|
--- hints/dec_osf.sh.orig Fri Feb 23 03:57:55 2001
|
|
|
|
|
+++ hints/dec_osf.sh Wed Jun 5 16:34:54 2002
|
|
|
|
|
@@ -65,7 +65,7 @@
|
|
|
|
|
# reset
|
|
|
|
|
_DEC_cc_style=
|
|
|
|
|
case "`$cc -v 2>&1 | grep cc`" in
|
|
|
|
|
-*gcc*) _gcc_version=`$cc --version 2>&1 | tr . ' '`
|
|
|
|
|
+*gcc*) _gcc_version=`$cc --version 2>&1 | head -1 | sed -e 's;^gcc (GCC) ;;' -e 's;^cc (GCC) ;;' | tr . ' '`
|
|
|
|
|
set $_gcc_version
|
|
|
|
|
if test "$1" -lt 2 -o \( "$1" -eq 2 -a \( "$2" -lt 95 -o \( "$2" -eq 95 -a "$3" -lt 2 \) \) \); then
|
|
|
|
|
cat >&4 <<EOF
|