From 23a298b1907d9e4ff2c556dbbd76aee9a60871fa Mon Sep 17 00:00:00 2001
From: William Roberts <william.c.roberts@intel.com>
Date: Sun, 12 Jul 2015 17:06:38 -0700
Subject: [PATCH] mgrep: add output to environment commands

Change-Id: I7a97e00c7ef5ac179333303d89511c2f72cbd100
Signed-off-by: William Roberts <william.c.roberts@intel.com>
---
 envsetup.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/envsetup.sh b/envsetup.sh
index 65a536e7d..62802df6d 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -15,6 +15,7 @@ Invoke ". build/envsetup.sh" from your shell to add the following functions to y
 - jgrep:   Greps on all local Java files.
 - resgrep: Greps on all local res/*.xml files.
 - mangrep: Greps on all local AndroidManifest.xml files.
+- mgrep:   Greps on all local Makefiles files.
 - sepgrep: Greps on all local sepolicy files.
 - sgrep:   Greps on all local source files.
 - godir:   Go to the directory containing a file.