File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ $(BUILDDIR)/$(MMTK_JULIA_SRC_DIR)/build-compiled: $(BUILDROOT)/usr/lib/libmmtk_j
25
25
26
26
# NB: use the absolute dir when creating the symlink
27
27
$(BUILDROOT ) /usr/lib/libmmtk_julia.so : $(MMTK_JULIA_LIB_PATH ) /libmmtk_julia.so
28
- @ln -sf $(MMTK_JULIA_LIB_PATH ) /libmmtk_julia.so $@
28
+ echo " Copying MMTK Julia to $( BUILDROOT) /usr/lib/libmmtk_julia.so"
29
+ @cp $(MMTK_JULIA_LIB_PATH ) /libmmtk_julia.so $@
29
30
30
31
$(MMTK_JULIA_LIB_PATH ) /libmmtk_julia.so : $(BUILDDIR ) /$(MMTK_JULIA_SRC_DIR ) /source-extracted
31
32
@$(PROJECT_DIRS ) $(MMTK_VARS ) $(MAKE ) -C $(MMTK_JULIA_DIR ) $(MMTK_BUILD )
@@ -52,7 +53,8 @@ compile-mmtk_julia: $(BUILDROOT)/usr/lib/libmmtk_julia.so
52
53
version-check-mmtk_julia : $(MMTK_JULIA_DIR ) /mmtk/target/$(MMTK_BUILD ) /libmmtk_julia.so
53
54
54
55
$(BUILDROOT ) /usr/lib/libmmtk_julia.so : make-binding
55
- @ln -sf $(MMTK_JULIA_DIR ) /mmtk/target/$(MMTK_BUILD ) /libmmtk_julia.so $@
56
+ echo " Copying MMTK Julia to $( BUILDROOT) /usr/lib/libmmtk_julia.so"
57
+ @cp $(MMTK_JULIA_DIR ) /mmtk/target/$(MMTK_BUILD ) /libmmtk_julia.so $@
56
58
57
59
make-binding :
58
60
@$(PROJECT_DIRS ) $(MMTK_VARS ) $(MAKE ) -C $(MMTK_JULIA_DIR ) $(MMTK_BUILD )
You can’t perform that action at this time.
0 commit comments