|
|
| version 1.3, 2012/02/03 16:51:38 | 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/ |