head 1.5; access; symbols; locks; strict; comment @# @; 1.5 date 2005.04.25.15.50.13; author rse; state Exp; branches; next 1.4; 1.4 date 2004.10.23.06.52.26; author rse; state Exp; branches; next 1.3; 1.3 date 2004.10.22.19.17.14; author rse; state Exp; branches; next 1.2; 1.2 date 2004.07.10.10.20.14; author rse; state Exp; branches; next 1.1; 1.1 date 2004.07.10.08.27.02; author rse; state Exp; branches; next ; desc @@ 1.5 log @provide better debugging @ text @## ## devtool.conf -- Development Tool Configuration ## %autogen @@autogen autoconf 2.59 "2.5*" @@autogen shtool 2.0.1 "2.0.*" all %autoclean @@autoclean autoconf @@autoclean shtool %configure ./configure --prefix=/tmp/due "$@@" %version ./shtool version -l txt -n "OSSP due" -e VERSION V=`./shtool version -l txt -d long VERSION` sed -e "s/Version .*(.*)/Version $V/g" README.n mv README.n README %dist echo "+++ generating" ./devtool autoclean ./devtool autogen echo "+++ configuring" ./configure echo "+++ building" make clean all echo "+++ cleaning" make distclean echo "+++ fixing" ./shtool fixperm -v . echo "+++ rolling" V=`./shtool version -l txt -d short VERSION` ./shtool tarball -o due-${V}.tar.gz -d due-${V} -u ossp -g due \ -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*,*.tar.gz' -c 'gzip --best' . ls -l due-${V}.tar.gz echo "+++ testing" gunzip