Commit fc22191
[build] convert parts of leeroy rule to phony targets (#515)
- this way the [x|ms]build will be called always and thus
dependencies will be handled by the msbuild targets and not by make
- it means that when we edit for example
xamarin-android/src/Mono.Android/System.Drawing/KnownColors.cs and
then run make in monodroid, all the required API levels will be
rebuilt and the updated Mono.Android.dll, ... will be rsynced
- we should probably review the msbuild target dependencies in
xamarin-android to make sure we don't run targets where not
needed. in example add Inputs and Outputs1 parent 2ebaf45 commit fc22191
1 file changed
+7
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | 77 | | |
81 | | - | |
| 78 | + | |
82 | 79 | | |
83 | 80 | | |
84 | 81 | | |
85 | | - | |
| 82 | + | |
86 | 83 | | |
87 | 84 | | |
88 | 85 | | |
89 | 86 | | |
90 | 87 | | |
91 | | - | |
92 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
93 | 91 | | |
94 | | - | |
| 92 | + | |
95 | 93 | | |
96 | 94 | | |
97 | 95 | | |
| |||
105 | 103 | | |
106 | 104 | | |
107 | 105 | | |
108 | | - | |
| 106 | + | |
109 | 107 | | |
110 | 108 | | |
111 | 109 | | |
| |||
0 commit comments