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