build: Make "GUILEC" compilation status output more verbose (print full path).

* build-aux/build-guile.sh: Make "GUILEC" compilation status output more
verbose (print full path).
This commit is contained in:
Danny Milosavljevic 2019-05-10 16:38:05 +02:00 committed by Jan Nieuwenhuizen
parent 35a69e77d1
commit 44f44aa099
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 1 deletions

View File

@ -62,6 +62,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