You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gr...@apache.org on 2002/05/15 17:39:49 UTC

cvs commit: httpd-2.0/build binbuild.sh

gregames    02/05/15 08:39:49

  Modified:    build    binbuild.sh
  Log:
  OS/390 likes the -U tar option; Linux/390 doesn't
  
  Revision  Changes    Path
  1.37      +1 -1      httpd-2.0/build/binbuild.sh
  
  Index: binbuild.sh
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/build/binbuild.sh,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- binbuild.sh	14 May 2002 14:22:27 -0000	1.36
  +++ binbuild.sh	15 May 2002 15:39:49 -0000	1.37
  @@ -158,7 +158,7 @@
       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" ]