]> git.proxmox.com Git - mirror_edk2.git/commitdiff
added -noclasspath option to the ant cleanall for ForceRebuild, also changed edkii...
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 7 Aug 2006 22:17:13 +0000 (22:17 +0000)
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 7 Aug 2006 22:17:13 +0000 (22:17 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1209 6f19259b-4bc3-4df7-8a09-765794883524

ReleaseNotes.txt
edksetup.bat

index b9da6c308069e353e7c97f51ac34e6826fc211b9..dd501a30e8f91759335b83242e998838d410293c 100644 (file)
@@ -280,7 +280,7 @@ check out the entire EDK II source tree.
 In a command window, change to the top-level directory of the EDK II source.\r
 \r
 To test your tool chain setup and to build the supplied tools, execute:\r
-    c:\MyWork\edkii\> edksetup ForceRebuild\r
+    c:\MyWork\edk2\> edksetup ForceRebuild\r
 \r
 (The edksetup script is referred to as the setup command throughout the \r
 rest of this document.)\r
@@ -293,7 +293,7 @@ script (without any arguments), any time you want to build.
 \r
   Set the WORKSPACE environment variable, e.g.:\r
 \r
-    c:\> set WORKSPACE=C:\MyWork\edkii\r
+    c:\> set WORKSPACE=C:\MyWork\edk2\r
 \r
 You may need to edit the text files Tools/Conf/target.txt and\r
 Tools/Conf/tools_def.txt (created by edksetup) using your favorite \r
@@ -303,7 +303,7 @@ paths (as per the default installation of the tools), so a customized
 install may require this manual process.\r
 \r
 Once this is completed, you are ready to test the build, by executing:\r
-    c:\MyWork\edkii\> build\r
+    c:\MyWork\edk2\> build\r
 \r
 This command builds the active platform specified in text file target.txt. If \r
 the active platform is not specified target.txt, you must execute the build \r
@@ -325,7 +325,7 @@ environment variable, TOOL_CHAIN to "gcc" before running the
 edksetup script.  Example: export TOOL_CHAIN=gcc\r
 \r
 To test your tool chain setup and to build the supplied tools, execute:\r
-    c:\MyWork\edkii\> edksetup ForceRebuild\r
+    c:\MyWork\edk2\> edksetup ForceRebuild\r
 \r
 On Linux systems, you must source the edksetup.sh file to load the correct\r
 settings into your shell.\r
@@ -347,14 +347,14 @@ rest of this document.
 \r
 Any changes to the tool source code or XML Schema documents require that\r
 you execute the following:\r
-   c:\MyWork\edkii\> edksetup ForceRebuild\r
+   c:\MyWork\edk2\> edksetup ForceRebuild\r
 \r
 You must set the WORKSPACE environment variable, or run the edksetup\r
 script (without any arguments), any time you want to build.\r
 \r
   Set the WORKSPACE environment variable, e.g.:\r
 \r
-    c:\> set WORKSPACE=C:\MyWork\edkii\r
+    c:\> set WORKSPACE=C:\MyWork\edk2\r
 \r
 You may need to edit the text files Tools/Conf/target.txt and\r
 Tools/Conf/tools_def.txt (created by edksetup) using your favorite \r
@@ -364,7 +364,7 @@ paths (as per the default installation of the tools), so a customized
 tool installation may require this manual process.\r
 \r
 Once this is completed, you are ready to test the build, by executing:\r
-    c:\MyWork\edkii\> build\r
+    c:\MyWork\edk2\> build\r
 \r
 This command builds the active platform specified in text file target.txt. If \r
 the active platform is not specified, go to the sub-directory that contains FPD \r
@@ -381,7 +381,7 @@ In the command window:
     c:\<directory>\> build\r
 or\r
   cd to the platform (FPD file) that you want to build and execute this command:\r
-    c:\MyWork\edkii\EdkNt32Pkg\> build\r
+    c:\MyWork\edk2\EdkNt32Pkg\> build\r
 \r
   Note that the active platform specified in target.txt overrides the platform \r
   specified by any FPD file in the current directory. For more   information \r
@@ -418,7 +418,7 @@ Individual Module Builds
 After running the setup command, you can build individual modules.\r
   In the command window, cd to the module that you want to build, and\r
   execute the build command:\r
-    c:\MyWork\edkii\MdePkg\Library\BaseLib\> build\r
+    c:\MyWork\edk2\MdePkg\Library\BaseLib\> build\r
 \r
   You must set the active platform in target.txt for individual module builds. \r
 \r
index 7ff10ebc719c17f70662787bd43192d73c658889..95f54a47141a0bd12410a60803094af6be10f919 100644 (file)
@@ -134,7 +134,7 @@ echo Resetting the PATH variable to include the FRAMEWORK_TOOLS_PATH for this WO
 goto skipbuild\r
 \r
 :ForceBuild\r
-call ant -f %WORKSPACE%\Tools\build.xml cleanall\r
+call ant -noclasspath -f %WORKSPACE%\Tools\build.xml cleanall\r
 \r
 :NormalBuild\r
 @REM\r