Mesa (master): mesa: use @ to silence some Makefile output

Brian Paul brianp at kemper.freedesktop.org
Sat Mar 7 20:16:36 UTC 2009


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

Author: Brian Paul <brianp at vmware.com>
Date:   Sat Mar  7 12:36:16 2009 -0700

mesa: use @ to silence some Makefile output

---

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

diff --git a/src/mesa/Makefile b/src/mesa/Makefile
index 78b71d4..4ff28da 100644
--- a/src/mesa/Makefile
+++ b/src/mesa/Makefile
@@ -48,7 +48,7 @@ libglapi.a: $(GLAPI_OBJECTS)
 ######################################################################
 # Device drivers
 driver_subdirs: libmesa.a libglapi.a
-	(cd drivers && $(MAKE))
+	@ (cd drivers && $(MAKE))
 
 
 ######################################################################




More information about the mesa-commit mailing list