[longomatch] build: silent C# compile rules too



commit de3fcaa24d482aced8c09b554ec4f0fd7764db94
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sat Nov 9 12:52:06 2013 +0100

    build: silent C# compile rules too

 build/build.rules.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/build.rules.mk b/build/build.rules.mk
index 2b995b1..6bf6090 100644
--- a/build/build.rules.mk
+++ b/build/build.rules.mk
@@ -66,7 +66,7 @@ $(ASSEMBLY_FILE).mdb: $(ASSEMBLY_FILE)
 
 $(ASSEMBLY_FILE): $(SOURCES_BUILD) $(RESOURCES_EXPANDED) $(DEP_LINK)
        @mkdir -p $(top_builddir)/bin
-       $(MCS) \
+       $(AM_V_GEN) $(MCS) \
                $(GMCS_FLAGS) \
                $(ASSEMBLY_BUILD_FLAGS) \
                -nowarn:0278 -nowarn:0078 $$warn -unsafe \


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