<div dir="ltr"><div style>Branches: master, 13.05</div><div><br></div><div>Fix stage 2 library grade installation problem.</div><div><br></div><div>tools/bootcheck:</div><div>    Copy all of the files required by the prepare_grade_dir script</div>
<div>    into the stage 2 boehm_gc directory.</div><div><br></div><div>Julien.</div><div><br></div><div>diff --git a/tools/bootcheck b/tools/bootcheck</div><div>index b93ad0e..6002d4a 100755</div><div>--- a/tools/bootcheck</div>
<div>+++ b/tools/bootcheck</div><div>@@ -775,9 +775,13 @@ then</div><div>             cp $root/boehm_gc/Mmake* .</div><div>             cp $root/boehm_gc/Makefile.direct .</div><div>             cp $root/boehm_gc/NT_MAKEFILE .</div>
<div>+            cp $root/boehm_gc/gc.mak .</div><div>+            cp $root/boehm_gc/ac* .</div><div>             cp $root/boehm_gc/gc_cpp.cc .</div><div>             cp $root/boehm_gc/gc_cpp.cpp .</div><div>             cp $root/boehm_gc/build_atomic_ops.sh* .</div>
<div>+            cp -r $root/boehm_gc/cord .</div><div>+            cp -r $root/boehm_gc/Mac_files .</div><div>             cp -r $root/boehm_gc/libatomic_ops-*[0-9] .</div><div>             cp -r $root/boehm_gc/libatomic_ops .</div>
<div>             cp -r $root/boehm_gc/extra .</div><div><br></div></div>