Skip to content
Snippets Groups Projects
Commit 2c4d5e95 authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

Bail out on error.

parent 2180eed4
No related branches found
No related tags found
No related merge requests found
...@@ -54,8 +54,9 @@ fi ...@@ -54,8 +54,9 @@ fi
VERSTAMP="${DATE}-${HEADREV}" VERSTAMP="${DATE}-${HEADREV}"
sed -i -e 's/AC_INIT(\[alberta2\], [^,]\+,/AC_INIT([alberta2], ['"${VERSTAMP}"'],/g' configure.ac sed -i -e 's/AC_INIT(\[alberta2\], [^,]\+,/AC_INIT([alberta2], ['"${VERSTAMP}"'],/g' configure.ac
./fromsvnreconf.sh ./fromsvnreconf.sh
./configure --enable-maintainer-mode ./configure --enable-maintainer-mode || exit 1
make distcheck make || exit 1
make distcheck || exit 1
if test -f "alberta2-${VERSTAMP}.tar.bz2" -a \ if test -f "alberta2-${VERSTAMP}.tar.bz2" -a \
-f "alberta2-${VERSTAMP}.tar.gz"; then -f "alberta2-${VERSTAMP}.tar.gz"; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment