Fix the warning of "Unknown argument: -noclasspath" when calling "edksetup ForceRebuild".

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1396 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qouyang 2006-08-28 13:06:24 +00:00
parent b187ce9f15
commit 3a9b722922
1 changed files with 2 additions and 1 deletions

View File

@ -133,7 +133,8 @@ echo Resetting the PATH variable to include the FRAMEWORK_TOOLS_PATH for this WO
goto skipbuild
:ForceBuild
:ForceBuild
@if "%CLASSPATH%"=="" set CLASSPATH=
call ant -noclasspath -f %WORKSPACE%\Tools\build.xml cleanall
:NormalBuild