Diff for /np2/x11/Attic/00release.sh between versions 1.1 and 1.6

version 1.1, 2012/02/03 16:16:33 version 1.6, 2012/02/04 09:58:39
Line 1 Line 1
 #!/bin/sh  #!/bin/sh
   echo generating configure...
 sh autogen.sh  sh autogen.sh
 for i in 00patch-*  
 do  #echo applying patches...
   ( cd .. && cat x11/$i | patch -p0 )  #for i in 00patch-*
 done  #do
 ( cd .. && find . -type f -name "*.orig" | xargs rm -f )  #  ( cd .. && cat x11/$i | patch -p0 -s )
   #done
   #( cd .. && find . -type f -name "*.orig" | xargs rm -f )
   
   echo copying win9x np21 project files...
   cp -p ~/work/xnp2/x11/np21.* ../win9x/
   
 rm -f 00patch-*  rm -f 00patch-*
 rm -f 00release.sh  rm -f 00release.sh

Removed from v.1.1  
changed lines
  Added in v.1.6


RetroPC.NET-CVS <cvs@retropc.net>