[wsf-c-dev] [wsf4php] Suggestion: build.sh minor change

Chintana Wilamuna chintana at wso2.com
Sun Jan 21 21:59:47 PST 2007


Hi,

I noticed on build.sh that the command sequence to build WSF/PHP is,

./autogen.sh
./configure
make

In this case it'll try to run make regardless of the successful
completion of configure.  On a script following is more useful IMHO.

./autogen.sh && ./configure && make

So it'll stop immediately without trying to execute other commands if
anything fails in between.

Bye,

    -Chintana





More information about the Wsf-c-dev mailing list