mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
41da0f33d9
commit
01bf334d2c
|
@ -16,6 +16,8 @@ if ""%1""=="""" goto arg_end
|
||||||
if ""%1""==""-q"" goto ant_arg
|
if ""%1""==""-q"" goto ant_arg
|
||||||
if ""%1""==""-v"" goto ant_arg
|
if ""%1""==""-v"" goto ant_arg
|
||||||
if ""%1""==""-d"" goto ant_arg
|
if ""%1""==""-d"" goto ant_arg
|
||||||
|
if ""%1""==""-e"" goto ant_arg
|
||||||
|
if ""%1""==""-emacs"" goto ant_arg
|
||||||
|
|
||||||
goto ant_target
|
goto ant_target
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue