[m-rev.] diff: fix installation of csharp grade on test hosts
Julien Fischer
juliensf at csse.unimelb.edu.au
Sun Jan 23 03:30:44 AEDT 2011
Branches: main, 11.01
Fix a problem that was preventing the csharp from building correctly
during our nightly builds.
tools/bootcheck:
When populating the stage 2 runtime directory create symbolic
links to or copy any C# source files.
Julien.
Index: bootcheck
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/tools/bootcheck,v
retrieving revision 1.209
diff -u -r1.209 bootcheck
--- bootcheck 2 Dec 2010 04:24:38 -0000 1.209
+++ bootcheck 22 Jan 2011 16:28:02 -0000
@@ -731,6 +731,7 @@
cd runtime
$LN_S $root/runtime/*.h .
$LN_S $root/runtime/*.c .
+ $LN_S $root/runtime/*.cs .
# We need to use $LN rather than $LN_S for the files
# that get processed with Microsoft's tools, since
# Microsoft's tools don't understand Cygwin symbolic
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list