summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-06-02 17:28:28 +0000
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-06-02 17:28:28 +0000
commit113ecc36bd3e4fbd54250e6733430d0af731785c (patch)
treef86842b78ac7d28a6e7a69c4b74dcb8a845070e1 /Tools
parentb83a12376d0d1ffd5f106475e77146ec07598b79 (diff)
downloadedk2-platforms-113ecc36bd3e4fbd54250e6733430d0af731785c.tar.xz
Added a line to copy the Conf/tools_def.template to Conf/tools_def.txt if and only Conf/tools_def.txt does not exist. Conf/tools_def/txt was removed from the repository back on Wednesday, May 31st, as this file is developer workstation configuration dependent.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@398 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools')
-rw-r--r--Tools/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/build.xml b/Tools/build.xml
index 38149c38e7..2188431a9f 100644
--- a/Tools/build.xml
+++ b/Tools/build.xml
@@ -58,6 +58,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
rewritePrefix="file:/]]>${env.WORKSPACE}<![CDATA[/Tools/XMLSchema/"/>
</catalog>]]>
</echo>
+ <copy file="Conf/tools_def.template" tofile="Conf/tools_def.txt" overwrite="false"/>
</target>
<target name="clean">
<subant target="clean" inheritall="false">