diff options
author | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-21 18:11:21 +0000 |
---|---|---|
committer | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-21 18:11:21 +0000 |
commit | e27592bdabd945b8da629610fe7ce2e7550b2788 (patch) | |
tree | 1e86117a9bf6f282e464f4cca0a700bb5c2fc190 /BaseTools | |
parent | 8712cd5c4295a09790f6d33cabf7161e85fe7713 (diff) | |
download | edk2-platforms-e27592bdabd945b8da629610fe7ce2e7550b2788.tar.xz |
Updated with new Conf directory location
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2700 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools')
-rw-r--r-- | BaseTools/Conf/FrameworkDatabase.template | 2 | ||||
-rw-r--r-- | BaseTools/Conf/target.template | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/BaseTools/Conf/FrameworkDatabase.template b/BaseTools/Conf/FrameworkDatabase.template index 6a43103178..b113c2664b 100644 --- a/BaseTools/Conf/FrameworkDatabase.template +++ b/BaseTools/Conf/FrameworkDatabase.template @@ -6,7 +6,7 @@ <Version>0.3</Version>
<Abstract>The Framework Module Development Packaging System Database</Abstract>
<Description>
- This Database tracks all packages and platforms installed in this workspace.
+ This Database tracks all packages and archives installed in this workspace.
</Description>
<Copyright>Copyright (c) 2007, Intel Corporation All rights reserved.</Copyright>
<License>
diff --git a/BaseTools/Conf/target.template b/BaseTools/Conf/target.template index 5b36e18fb8..e9456ce717 100644 --- a/BaseTools/Conf/target.template +++ b/BaseTools/Conf/target.template @@ -50,7 +50,7 @@ TARGET_ARCH = IA32 # TOOL_DEFINITION_FILE Filename Optional Specify the name of the filename to use for specifying
# the tools to use for the build. If not specified,
# tools_def.txt will be used for the build. This file
-# MUST be located in the WORKSPACE/Tools/Conf directory.
+# MUST be located in the WORKSPACE/Conf directory.
TOOL_CHAIN_CONF = Conf/tools_def.txt
# TAGNAME List Optional Specify the name(s) of the tools_def.txt TagName to use.
|