From: Thierry Parmentelat Date: Tue, 24 Mar 2009 09:33:25 +0000 (+0000) Subject: fixed typo X-Git-Tag: 4.3-rc1~70 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=1f1483248456ade3d7e30e63cb92825df5a8c435;p=build.git fixed typo --- diff --git a/build.common b/build.common index 305b2289..97b334c1 100644 --- a/build.common +++ b/build.common @@ -578,8 +578,9 @@ function pl_locateDistroFile () { pkgspath="" # if config dir is missing but a .svnpath exists - if [[ -f "$builddir/config.${pldistro}.svpath" && ! -d "$builddir/config.${pldistro}" ]] ; then - make -C $builddir stage1=true config.${pldistro} + if [[ -f "$builddir/config.${pldistro}.svnpath" && ! -d "$builddir/config.${pldistro}" ]] ; then + echo 1>&2 "Invoking make to extract remote config.${pldistro}" + make 1>&2 --silent --no-print-directory -C $builddir stage1=true config.${pldistro} fi # locate it paths="$builddir/config.$pldistro/$pkgsfile $builddir/config.planetlab/$pkgsfile"