]> granicus.if.org Git - apache/commitdiff
OS/390 likes the -U tar option; Linux/390 doesn't
authorGreg Ames <gregames@apache.org>
Wed, 15 May 2002 15:39:49 +0000 (15:39 +0000)
committerGreg Ames <gregames@apache.org>
Wed, 15 May 2002 15:39:49 +0000 (15:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95117 13f79535-47bb-0310-9956-ffa450edef68

build/binbuild.sh

index ebf7efcf7e53445ae088ab4814e94993e9baeae5..9e386fb7c5d93894280a057e158fb6794d2ec2c6 100755 (executable)
@@ -158,7 +158,7 @@ else
     if [ "x$TAR" != "x" ]
     then
       case "x$OS" in
-        x*390*) $TAR -cfU ../httpd-$VER-$OS.tar -C .. httpd-$VER;;
+        x*os390*) $TAR -cfU ../httpd-$VER-$OS.tar -C .. httpd-$VER;;
            *) (cd .. && $TAR -cf httpd-$VER-$OS.tar httpd-$VER);;
       esac
       if [ "x$GZIP" != "x" ]