changeset 3536:024fd0a6907f

don't echo all commands for creating CMake toolchain file
author John W. Eaton <jwe@octave.org>
date Mon, 17 Feb 2014 12:39:31 -0500
parents 7baf0a49b52b
children 214ad32cab26
files Makefile.in
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Mon Feb 17 12:06:27 2014 -0500
+++ b/Makefile.in	Mon Feb 17 12:39:31 2014 -0500
@@ -749,8 +749,10 @@
 endef
 
 cmake-toolchain-file.stamp:
-	$(build-cmake-toolchain-file)
-	touch cmake-toolchain-file.stamp
+	@echo [creating CMake toolchain file]
+	@$(build-cmake-toolchain-file)
+	@touch cmake-toolchain-file.stamp
+	@echo [done]
 
 # Files to distribute
 include dist-files.mk