[m-rev.] diff: fix stage 2 library grade installation problem

Julien Fischer jfischer at opturion.com
Thu May 2 12:40:06 AEST 2013


Branches: master, 13.05

Fix stage 2 library grade installation problem.

tools/bootcheck:
    Copy all of the files required by the prepare_grade_dir script
    into the stage 2 boehm_gc directory.

Julien.

diff --git a/tools/bootcheck b/tools/bootcheck
index b93ad0e..6002d4a 100755
--- a/tools/bootcheck
+++ b/tools/bootcheck
@@ -775,9 +775,13 @@ then
             cp $root/boehm_gc/Mmake* .
             cp $root/boehm_gc/Makefile.direct .
             cp $root/boehm_gc/NT_MAKEFILE .
+            cp $root/boehm_gc/gc.mak .
+            cp $root/boehm_gc/ac* .
             cp $root/boehm_gc/gc_cpp.cc .
             cp $root/boehm_gc/gc_cpp.cpp .
             cp $root/boehm_gc/build_atomic_ops.sh* .
+            cp -r $root/boehm_gc/cord .
+            cp -r $root/boehm_gc/Mac_files .
             cp -r $root/boehm_gc/libatomic_ops-*[0-9] .
             cp -r $root/boehm_gc/libatomic_ops .
             cp -r $root/boehm_gc/extra .
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurylang.org/archives/reviews/attachments/20130502/1743e29f/attachment.html>


More information about the reviews mailing list