Commit ff1993a
Build stuff (#17)
* Add the V make parameter to enable verbose logging
Setting V to anything than 0 (zero) enables verbose logging for
{ms,x}build as well as exports MONO_OPTIONS=--debug to enable
stack traces should an exception be thrown when running mono.
To add/override MONO_OPTIONS simply set it on the command line when
invoking make, for instance:
make V=1 MONO_OPTIONS="--trace"
* File.Move doesn't overwrite targets
File.Move will throw an exception whenever the target file exists.
Assuming that the task should overwrite the existing target files
for smooth operation, this change checks whether the target file
exists and, if so, deletes it prior to calling File.Move1 parent 39c5905 commit ff1993a
File tree
2 files changed
+14
-1
lines changed- src/Xamarin.Android.Tools.BootstrapTasks/Xamarin.Android.Tools.BootstrapTasks
2 files changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
4 | 14 | | |
5 | 15 | | |
6 | 16 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
116 | 118 | | |
| 119 | + | |
117 | 120 | | |
118 | 121 | | |
119 | 122 | | |
| |||
0 commit comments