From 1f1483248456ade3d7e30e63cb92825df5a8c435 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 24 Mar 2009 09:33:25 +0000 Subject: [PATCH] fixed typo --- build.common | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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" -- 2.43.0