From 3a9b7229223b7a87c3394954a88ebe4b45021d74 Mon Sep 17 00:00:00 2001 From: qouyang Date: Mon, 28 Aug 2006 13:06:24 +0000 Subject: [PATCH] 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 --- edksetup.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/edksetup.bat b/edksetup.bat index adc2b6d2cd..740b7bd15b 100644 --- a/edksetup.bat +++ b/edksetup.bat @@ -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 -- 2.39.2