From 2c316907f68608ab94b952bcf6f18b68668dd53c Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Mon, 25 Jul 2016 10:56:08 +0100 Subject: win32.mak: update-exports: undo confusing log message That wasn't meant to go in, it's for all modules after all. --- win32.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32.mak b/win32.mak index 06fba58..6060532 100644 --- a/win32.mak +++ b/win32.mak @@ -66,7 +66,7 @@ update-exports: fi git add $(top_srcdir)/win32/common/libgst*.def git diff --cached -- $(top_srcdir)/win32/common/ - echo '^^^--- updated and staged changes above (excluding libgstgl.def)' + echo '^^^--- updated and staged changes above' # complain about nonportable printf format strings (%lld, %llu, %zu etc.) check-nonportable-print-format: -- cgit v1.2.3