]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Added -e and -emacs to support no leading task name in each line of log on screen
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 26 Jan 2007 03:29:23 +0000 (03:29 +0000)
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 26 Jan 2007 03:29:23 +0000 (03:29 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2320 6f19259b-4bc3-4df7-8a09-765794883524

Tools/bin/build.bat

index 590bed818292e79392e09629d9a932e8634238c5..778004abc9efcdfa36bb29aacceecc691cb90c89 100644 (file)
@@ -16,6 +16,8 @@ if ""%1""=="""" goto arg_end
 if ""%1""==""-q"" goto ant_arg\r
 if ""%1""==""-v"" goto ant_arg\r
 if ""%1""==""-d"" goto ant_arg\r
 if ""%1""==""-q"" goto ant_arg\r
 if ""%1""==""-v"" goto ant_arg\r
 if ""%1""==""-d"" goto ant_arg\r
+if ""%1""==""-e"" goto ant_arg\r
+if ""%1""==""-emacs"" goto ant_arg\r
 \r
 goto ant_target\r
 \r
 \r
 goto ant_target\r
 \r