45 make clean all -j4 |
45 make clean all -j4 |
46 echo "+++ cleaning" |
46 echo "+++ cleaning" |
47 make distclean >/dev/null 2>&1 |
47 make distclean >/dev/null 2>&1 |
48 echo "+++ fixing" |
48 echo "+++ fixing" |
49 ./shtool fixperm -v . |
49 ./shtool fixperm -v . |
|
50 echo "Please find . -exec grep myusername {}" |
50 echo "+++ rolling" |
51 echo "+++ rolling" |
51 V=`./shtool version -l c -d short as_version.cpp` |
52 V=`./shtool version -l c -d short as_version.cpp` |
52 ./shtool tarball -o as-gui-${V}.tar.gz -d as-gui-${V} \ |
53 ./shtool tarball -o as-gui-${V}.tar.gz -d as-gui-${V} \ |
53 -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*,*.tar.gz,^#.*,.*~$,*.bak' \ |
54 -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*,*.tar.gz,^#.*,.*~$,*.bak' \ |
54 -e 'autom4te\.cache,as_stub.cpp,as_stub.h,as_scrap,as_gfx/*.png' \ |
55 -e 'autom4te\.cache,as_stub.cpp,as_stub.h,as_scrap,as_gfx/*.png' \ |