Diff for /np2/x11/Attic/00release.sh between versions 1.2 and 1.3

version 1.2, 2012/02/03 16:25:58 version 1.3, 2012/02/03 16:51:38
Line 1 Line 1
 #!/bin/sh  #!/bin/sh
   echo generating configure...
 sh autogen.sh  sh autogen.sh
   
   echo applying patches...
 for i in 00patch-*  for i in 00patch-*
 do  do
   ( cd .. && cat x11/$i | patch -p0 )    ( cd .. && cat x11/$i | patch -p0 -s )
 done  done
 ( cd .. && find . -type f -name "*.orig" | xargs rm -f )  ( cd .. && find . -type f -name "*.orig" | xargs rm -f )
   
   echo copying win9x np21 project files...
 cp -p ~/work/xnp2/x11/np21.* ../win9x/  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.2  
changed lines
  Added in v.1.3


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