OSSP CVS Repository

ossp - Difference in ossp-pkg/ex/devtool.conf versions 1.3 and 1.4
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/ex/devtool.conf 1.3 -> 1.4

--- devtool.conf 2002/01/31 20:35:43     1.3
+++ devtool.conf 2002/01/31 21:03:39     1.4
@@ -26,9 +26,22 @@
     mv README.n README
 
 %dist
-    make distclean >/dev/null 2>&1
+    echo "+++ generating"
+    ./devtool autoclean
+    ./devtool autogen
+    echo "+++ configuring"
+    ./configure
+    echo "+++ building"
+    make clean all man
+    echo "+++ cleaning"
+    make distclean
+    echo "+++ fixing"
     ./shtool fixperm -v .
+    echo "+++ rolling"
     V=`./shtool version -l txt -d short VERSION`
     ./shtool tarball -o ex-${V}.tar.gz -d ex-${V} -u ossp -g ossp \
-                     -e 'CVS,\.cvsignore,\.[ao],^\.,devtool*' -c 'gzip --best' .
+                     -e 'CVS,\.cvsignore,\.[ao],^\.,devtool*,*.tar.gz' -c 'gzip --best' .
+    ls -l ex-${V}.tar.gz
+    echo "+++ testing"
+    gunzip <ex-${V}.tar.gz | tar tvf -
 

CVSTrac 2.0.1