--- np2/x11/Attic/00release.sh 2012/02/03 16:25:58 1.2 +++ np2/x11/Attic/00release.sh 2012/02/04 09:09:05 1.5 @@ -1,10 +1,16 @@ #!/bin/sh +echo generating configure... sh autogen.sh + +echo applying patches... for i in 00patch-* do - ( cd .. && cat x11/$i | patch -p0 ) + ( 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 00release.sh