summaryrefslogtreecommitdiff
path: root/Tools/CCode/Source/GenDepex
diff options
context:
space:
mode:
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-10-10 22:59:11 +0000
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-10-10 22:59:11 +0000
commit8973d1764ff732c1ddb8bfecf0f953b927fb66f1 (patch)
treeff3e827cc64779ec56d8deb2c3d301934b50abaf /Tools/CCode/Source/GenDepex
parentdeafd9d18cc2109f2e13703fa727219601566870 (diff)
downloadedk2-platforms-8973d1764ff732c1ddb8bfecf0f953b927fb66f1.tar.xz
Fixed the build.xml files so that clean and cleanall actually removes the temporary build directories, rather than leaving all of the intermediate files left lying around.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1714 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/CCode/Source/GenDepex')
-rw-r--r--Tools/CCode/Source/GenDepex/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/CCode/Source/GenDepex/build.xml b/Tools/CCode/Source/GenDepex/build.xml
index 18f85ac4d5..e07e5b52f5 100644
--- a/Tools/CCode/Source/GenDepex/build.xml
+++ b/Tools/CCode/Source/GenDepex/build.xml
@@ -60,6 +60,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<delete failonerror="false" quiet="true" includeEmptyDirs="true">
<fileset dir="${BUILD_DIR}"/>
<fileset file="${BIN_DIR}/${ToolName}${ext_exe}"/>
+ <fileset file="${BIN_DIR}/${ToolName}/pdb"/>
</delete>
</target>