From 8449e5d57dff71bfa96986b4382460942f688f27 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Thu, 30 Mar 2017 22:05:56 +0000 Subject: Makefile: Mention the exact ./buildone.sh command to be run. --- build/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'build/Makefile') diff --git a/build/Makefile b/build/Makefile index fd06b6c80..61413df52 100644 --- a/build/Makefile +++ b/build/Makefile @@ -23,6 +23,7 @@ $(TARGETS): %: fi ; \ export destdir=build.out.$$lang.$$arch ; \ export tempdir=build.tmp.$$lang.$$arch ; \ + echo "Calling ./buildone.sh \"$$arch\" \"$$lang\" \"$$formats\"" ; \ ./buildone.sh "$$arch" "$$lang" "$$formats" ; \ mkdir -p "$$arch_destination/$$destsuffix" ; \ for format in $$formats; do \ -- cgit v1.2.3