'no *POSIX' Patch speeding up make on BS2000
Thomas Dorner [Wed, 7 Mar 2001 14:13:31 +0000 (15:13 +0100)]
Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>

p4raw-id: //depot/perl@9079

makedepend.SH

index 9a6f4c1..7f8a108 100755 (executable)
@@ -108,7 +108,11 @@ for file in `$cat .clist`; do
                        if [ "$archname" = cygwin ]; then
                                uwinfix="-e s,\\\\\\\\,/,g"
                        else
-                               uwinfix=
+                               if [ "$osname" = posix-bc ]; then
+                                       uwinfix="-e s/\\*POSIX(\\(.*\\))/\\1/"
+                               else
+                                       uwinfix=
+                               fi
                        fi
                fi
        fi