/[zanavi_public1]/navit/ci/do_android_build_generic_arch.sh
ZANavi

Diff of /navit/ci/do_android_build_generic_arch.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 53 Revision 54
96 96
97 97
98pushd ./ 98pushd ./
99if [ "$FULL_LOG""x" == "1x" ]; then 99if [ "$FULL_LOG""x" == "1x" ]; then
100 make 100 make
101 ex_code=$?
101else 102else
102 make 2>&1 | grep -i error 103 make > "/tmp/make_$$.log" 2>&1 ; ex_code=$?
104 cat "/tmp/make_$$.log" | grep -i error
105 rm -f "/tmp/make_$$.log"
103fi 106fi
104popd 107popd
105cd navit 108cd navit
106 109
110
111if [ $ex_code != 0 ]; then
112 echo "--BUILD ERROR--"
113 echo "--BUILD ERROR--"
114 echo "--BUILD ERROR--"
115 echo "--BUILD ERROR--"
116 echo "--BUILD ERROR--"
117 echo "--BUILD ERROR--"
118 echo "--BUILD ERROR--"
119
120 exit $ex_code
121fi
107 122
108echo "+++++++++++++" 123echo "+++++++++++++"
109pwd 124pwd
110echo "+++++++++++++" 125echo "+++++++++++++"
111 126

Legend:
Removed from v.53  
changed lines
  Added in v.54

   
Visit the ZANavi Wiki