Mesa (master): mesa: silence mklib output for libglapi. c as for other targets

Brian Paul brianp at kemper.freedesktop.org
Thu Feb 18 20:03:04 UTC 2010


Module: Mesa
Branch: master
Commit: b69dad2921e4477ce721649e4771e73ea453a03b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b69dad2921e4477ce721649e4771e73ea453a03b

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Feb 18 12:54:28 2010 -0700

mesa: silence mklib output for libglapi.c as for other targets

---

 src/mesa/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/Makefile b/src/mesa/Makefile
index f845d93..0cb49e8 100644
--- a/src/mesa/Makefile
+++ b/src/mesa/Makefile
@@ -38,7 +38,7 @@ libmesagallium.a: $(MESA_GALLIUM_OBJECTS) $(GLSL_LIBS)
 
 # Make archive of gl* API dispatcher functions only
 libglapi.a: $(GLAPI_OBJECTS)
-	$(MKLIB) -o glapi -static $(GLAPI_OBJECTS)
+	@ $(MKLIB) -o glapi -static $(GLAPI_OBJECTS)
 
 ######################################################################
 # Device drivers




More information about the mesa-commit mailing list