Branch: refs/heads/master
Home:
https://github.com/mono/mono
Compare:
https://github.com/mono/mono/compare/77b1b54d3236...c018aea7e916
Commit: 2945762bc061ae47f19fad9244a735ca27b9f338
Author: KISHIMOTO, Makoto <
ksma...@dd.iij4u.or.jp> (metanest)
Date: 2013-03-27 07:45:18 GMT
URL:
https://github.com/mono/mono/commit/2945762bc061ae47f19fad9244a735ca27b9f338
modify for VPATH builds
Changed paths:
M mono/tests/gc-descriptors/Makefile.am
Modified: mono/tests/gc-descriptors/Makefile.am
===================================================================
@@ -10,6 +10,7 @@ descriptor-tests.exe : descriptor-tests.cs
$(MCS) -Warn:0 descriptor-tests.cs
descriptor-tests.cs : descriptor-tests-driver.cs descriptor-tests-prefix.cs gen-descriptor-tests.py
- ./gen-descriptor-tests.py >descriptor-tests.cs
+ -cp $^ .
+ $(srcdir)/gen-descriptor-tests.py >descriptor-tests.cs
EXTRA_DIST = descriptor-tests-driver.cs descriptor-tests-prefix.cs gen-descriptor-tests.py
Commit: c018aea7e9161343160b78f46d3afba81ce54bd0
Author: Alex Rønne Petersen <
al...@alexrp.com> (alexrp)
Date: 2013-04-24 09:18:10 GMT
URL:
https://github.com/mono/mono/commit/c018aea7e9161343160b78f46d3afba81ce54bd0
Merge pull request #610 from metanest/tests_gc_descriptors_vpath_build_2013Mar_spike
modify for VPATH builds
Changed paths:
M mono/tests/gc-descriptors/Makefile.am
Modified: mono/tests/gc-descriptors/Makefile.am
===================================================================
@@ -10,6 +10,7 @@ descriptor-tests.exe : descriptor-tests.cs
$(MCS) -Warn:0 descriptor-tests.cs
descriptor-tests.cs : descriptor-tests-driver.cs descriptor-tests-prefix.cs gen-descriptor-tests.py
- ./gen-descriptor-tests.py >descriptor-tests.cs
+ -cp $^ .
+ $(srcdir)/gen-descriptor-tests.py >descriptor-tests.cs
EXTRA_DIST = descriptor-tests-driver.cs descriptor-tests-prefix.cs gen-descriptor-tests.py