https://github.com/mmtk/julia/pull/15 copies libmmtk_julia.so to julia/usr/lib. However, in some cases, when we proceed to the step of building sys.jl during build (libmmtk_julia.so is copied), but we rebuild libmmtk_julia.so, the new libmmtk_julia.so does not get copied as expected.
https://github.com/mmtk/julia/pull/15 copies
libmmtk_julia.so
tojulia/usr/lib
. However, in some cases, when we proceed to the step of buildingsys.jl
during build (libmmtk_julia.so
is copied), but we rebuildlibmmtk_julia.so
, the newlibmmtk_julia.so
does not get copied as expected.