bug-mes
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-mes] Build progress output


From: Jan Nieuwenhuizen
Subject: Re: [bug-mes] Build progress output
Date: Fri, 08 Feb 2019 15:12:14 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Danny Milosavljevic writes:

> As there are multiple as.scm now, I suggest the following change to the build 
> progress output:
>
> diff --git a/build-aux/build-guile.sh b/build-aux/build-guile.sh
> index 73774d9..848b079 100755
> --- a/build-aux/build-guile.sh
> +++ b/build-aux/build-guile.sh
> @@ -64,6 +64,6 @@ for i in $SCM_FILES $SCRIPTS; do
>      b=$(basename $i)
>      go=${i%%.scm}.go
>      if [ $i -nt $go ]; then
> -        trace "GUILEC     $b" $GUILD compile -L ${srcdest}module -L 
> ${srcdest}build-aux -L ${srcdest}scripts -o $go $i
> +        trace "GUILEC     $i" $GUILD compile -L ${srcdest}module -L 
> ${srcdest}build-aux -L ${srcdest}scripts -o $go $i
>      fi
>  done

That makes sense, please apply!

janneke

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | AvatarĀ® http://AvatarAcademy.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]