X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuilder.cpp;h=209321224db7c3966195d848cbf712d01211aa50;hb=5881b8499dc159564d2f69c3b037e16b4d1af4db;hp=5909834ab411aa6bee12ac6b2bce18a734b1505b;hpb=64f01c486e48f260a5d895092806ee341ef23198;p=builder.git diff --git a/source/builder.cpp b/source/builder.cpp index 5909834..2093212 100644 --- a/source/builder.cpp +++ b/source/builder.cpp @@ -251,12 +251,12 @@ int Builder::main() return 0; } - if(conf_only) - return 0; - if(!prepare_build()) return 1; + if(conf_only) + return 0; + logger.log("environment", format("Building on %s, for %s%s", native_arch.get_name(), current_arch->get_name(), (current_arch->is_native() ? " (native)" : ""))); logger.log("environment", format("Prefix is %s", prefix));