Index: build/vsquishqt.sh =================================================================== diff -u -rbbe6c8c8e6c5ac2cfa8ac170e99de93417f182fe -racbdfc8c454f30ff7b5392c80f539c68d326b808 --- build/vsquishqt.sh (.../vsquishqt.sh) (revision bbe6c8c8e6c5ac2cfa8ac170e99de93417f182fe) +++ build/vsquishqt.sh (.../vsquishqt.sh) (revision acbdfc8c454f30ff7b5392c80f539c68d326b808) @@ -48,7 +48,7 @@ exit 0 fi -echo " ------------------------------ clone the application repository" +echo " ------------------------------ clone the $project repository" git clone ssh://git@dvm-linux02:7999/vv/vsquishqt.git cd $out_path @@ -68,22 +68,19 @@ $gcc_make -j4 1>> $build_log 2>> $build_err if [[ $(grep "error:" $build_err) != "" ]]; then - echo "ERROR: Application Build Failed [$gcc_out]" + echo "ERROR: $project Build Failed [$gcc_out]" exit 2 fi if [[ $(grep "warning:" $build_err) != "" ]]; then - echo "WARNING: Application Build Has Warnings [$gcc_out]" + echo "WARNING: $project Build Has Warnings [$gcc_out]" #exit 3 fi cd .. #return back to out path cd .. -#return back to main folder -cd .. - echo " ------------------------------ copy the out file into the server" LOG=Logs