diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-26 03:29:23 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-26 03:29:23 +0000 |
commit | 01bf334d2c017095a1776c2c42fe5dd0337cff0a (patch) | |
tree | 800a81eed72c7a30a01336dc1e0a69dab01945ac /Tools/bin | |
parent | 41da0f33d96e302e4179ffc52eb07f97961ac8f5 (diff) | |
download | edk2-platforms-01bf334d2c017095a1776c2c42fe5dd0337cff0a.tar.xz |
Added -e and -emacs to support no leading task name in each line of log on screen
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2320 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/bin')
-rw-r--r-- | Tools/bin/build.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/bin/build.bat b/Tools/bin/build.bat index 590bed8182..778004abc9 100644 --- a/Tools/bin/build.bat +++ b/Tools/bin/build.bat @@ -16,6 +16,8 @@ if ""%1""=="""" goto arg_end if ""%1""==""-q"" goto ant_arg
if ""%1""==""-v"" goto ant_arg
if ""%1""==""-d"" goto ant_arg
+if ""%1""==""-e"" goto ant_arg
+if ""%1""==""-emacs"" goto ant_arg
goto ant_target
|