Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/tools
diff options
context:
space:
mode:
authorAnkit Jain <radical@corewars.org>2009-09-25 05:20:57 +0400
committerAnkit Jain <radical@corewars.org>2009-09-25 05:20:57 +0400
commit07599a27c5115e621d067ec081bf1e6566983d72 (patch)
tree9a31f3870701b7c550f647d7150196787bd85fc3 /mcs/tools
parent254fff96a73b524079edc6e9bb9fa23b17221110 (diff)
* xbuild/Microsoft.Common.targets: Emit list of files written
during the build, even if the build fails. svn path=/trunk/mcs/; revision=142616
Diffstat (limited to 'mcs/tools')
-rw-r--r--mcs/tools/xbuild/ChangeLog5
-rw-r--r--mcs/tools/xbuild/xbuild/Microsoft.Common.targets2
2 files changed, 7 insertions, 0 deletions
diff --git a/mcs/tools/xbuild/ChangeLog b/mcs/tools/xbuild/ChangeLog
index 43e92c173d4..acf9c0aca0f 100644
--- a/mcs/tools/xbuild/ChangeLog
+++ b/mcs/tools/xbuild/ChangeLog
@@ -1,5 +1,10 @@
2009-09-25 Ankit Jain <jankit@novell.com>
+ * xbuild/Microsoft.Common.targets: Emit list of files written
+ during the build, even if the build fails.
+
+2009-09-25 Ankit Jain <jankit@novell.com>
+
Fix bug #534992.
* xbuild/Microsoft.Common.targets: Add support for copying
app.config to AssemblyName.config
diff --git a/mcs/tools/xbuild/xbuild/Microsoft.Common.targets b/mcs/tools/xbuild/xbuild/Microsoft.Common.targets
index 649333fcf52..e182babfa60 100644
--- a/mcs/tools/xbuild/xbuild/Microsoft.Common.targets
+++ b/mcs/tools/xbuild/xbuild/Microsoft.Common.targets
@@ -239,6 +239,8 @@
<OnError ExecuteTargets="_TimestampAfterCompile;PostBuildEvent"
Condition=" '$(RunPostBuildEvent)' == 'Always' or '$(RunPostBuildEvent)' == 'OnOutputUpdated'"/>
+
+ <OnError ExecuteTargets="_RecordCleanFile" />
</Target>
<PropertyGroup>