mirror of https://github.com/acidanthera/audk.git
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:
parent
b187ce9f15
commit
3a9b722922
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue