Commit f1acb3fc authored by guptar's avatar guptar

Minor changed in the build script to display of info for log file generation

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7806 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent e2055527
...@@ -114,6 +114,7 @@ compilations() { ...@@ -114,6 +114,7 @@ compilations() {
rm -f $3 rm -f $3
make -j4 $2 make -j4 $2
} > $dlog/$2.$REL.txt 2>&1 } > $dlog/$2.$REL.txt 2>&1
echo_info "Log file for compilation has been written to: $dlog/$2.$REL.txt"
if [ -s $3 ] ; then if [ -s $3 ] ; then
cp $3 $4 cp $3 $4
echo_success "$2 compiled" echo_success "$2 compiled"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment