bug-mes
[Top][All Lists]
Advanced

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

[bug-mes] Build progress output


From: Danny Milosavljevic
Subject: [bug-mes] Build progress output
Date: Fri, 8 Feb 2019 12:20:23 +0100

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

Attachment: pgpucRGY_w4T2.pgp
Description: OpenPGP digital signature


reply via email to

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