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

version 1.5, 2012/02/04 09:09:05 version 1.6, 2012/02/04 09:58:39
Line 2 Line 2
 echo generating configure...  echo generating configure...
 sh autogen.sh  sh autogen.sh
   
 echo applying patches...  #echo applying patches...
 for i in 00patch-*  #for i in 00patch-*
 do  #do
   ( cd .. && cat x11/$i | patch -p0 -s )  #  ( 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...  echo copying win9x np21 project files...
 cp -p ~/work/xnp2/x11/np21.* ../win9x/  cp -p ~/work/xnp2/x11/np21.* ../win9x/

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


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