Index: ossp-pkg/pth/devtool.conf RCS File: /v/ossp/cvs/ossp-pkg/pth/devtool.conf,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/pth/devtool.conf,v' 2>/dev/null --- devtool.conf 2002/10/29 17:46:31 1.7 +++ devtool.conf 2002/10/29 17:51:28 1.8 @@ -28,18 +28,34 @@ ./shtool version -lc -n 'GNU Pth' -p pth_internal_ -e pth_vers.c %dist - make distclean >/dev/null 2>&1 + rm -f pth-*.tar.gz + ./devtool autoclean + ./devtool autogen + ./configure + make clean all + make distclean ./shtool fixperm -v . V=`./shtool version -lc -d short pth_vers.c` ./shtool tarball -o pth-${V}.tar.gz -d pth-${V} -u gnu -g pth \ -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*' -c 'gzip --best' . + ls -l pth-${V}.tar.gz + gunzip /dev/null 2>&1 + rm -f pth-*.tar.gz + ./devtool autoclean + ./devtool autogen + ./configure + make clean all + make distclean ./shtool fixperm -v . D=`date '+%Y%m%d'` ./shtool tarball -o pth-SNAP-${D}.tar.gz -d pth-SNAP-${D} -u gnu -g pth \ -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*' -c 'gzip --best' . + ls -l pth-SNAP-${D}.tar.gz + gunzip