In the maak function I moved this:

   if [ "$(grep -c Error $CVS_SRC/logs/$X.log)" != 0 ]; then
    echo "Compile failed, please see the logs for more information"
   fi

above make and after autogen.

The log only catches configure errors and not make error.

Also changed

    LDDFLAGS=-L$BUILD_DIR/lib

to

    LDFLAGS=-L$BUILD_DIR/lib

because that's how it is called on the autogen line.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to