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:
parent
35a69e77d1
commit
44f44aa099
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue