[mm-common] Show GEN notice for libstdc++.tag in silent mode



commit f7c4a43f27180cc08760884b79ce7d73680d9d79
Author: Daniel Elstner <danielk openismus com>
Date:   Mon Sep 21 14:57:26 2009 +0200

    Show GEN notice for libstdc++.tag in silent mode
    
    * Makefile.am (doctags/libstdc++.tag): Prefix download command with
    $(AM_V_GEN) rather than $(AM_V_at), to indicate the target that is
    being built.

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index be57df6..9569d17 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -128,7 +128,7 @@ endif
 
 # Download the libstdc++ tag file from the GCC website.
 doctags/libstdc++.tag:
-	$(AM_V_at)$(if\
+	$(AM_V_GEN)$(if\
 	$(CURL),$(download_curl) '$(libstdcxx_tag_url)',$(if\
 	$(WGET),$(download_wget) '$(libstdcxx_tag_url)',test -f $@))
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]