]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - OADB/PROOF-INF.OADB/BUILD.sh
Fixes for #90303: Fix PROOF-INF/SETUP.C to create PAR files for AliRoot trunk
[u/mrichter/AliRoot.git] / OADB / PROOF-INF.OADB / BUILD.sh
index 8b5aaa7d1762bc3f8c0d0632a22e1067beef3a82..be46a2dca139d7fb066fa0f13a490e2c9fedb651 100755 (executable)
@@ -1,2 +1,15 @@
 #! /bin/sh
+
+if [ "" = "clean" ]; then
+   make clean
+   exit 0
+fi
+
 make
+rc=$?
+echo "rc=$?"
+if [ $? != "0" ] ; then
+   exit 1
+fi
+exit 0
+