Module: Mesa Branch: master Commit: 39c203507a78fe0e090298ebdeb4b5592aa15547 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=39c203507a78fe0e090298ebdeb4b5592aa15547
Author: Brian Paul <[email protected]> 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)) ###################################################################### _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
