File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,10 @@ compile-mmtk_julia: $(BUILDROOT)/usr/lib/libmmtk_julia.so
49
49
50
50
version-check-mmtk_julia : $(MMTK_JULIA_DIR ) /mmtk/target/$(MMTK_BUILD ) /libmmtk_julia.so
51
51
52
- # NB: This will NOT run `cargo build` if there are changes in the Rust source files
53
- # inside the binding repo. However the target below should remake the symlink if there
54
- # are changes in the libmmtk_julia.so from the custom MMTK_JULIA_DIR folder
55
- $(BUILDROOT ) /usr/lib/libmmtk_julia.so : $(MMTK_JULIA_DIR ) /mmtk/target/$(MMTK_BUILD ) /libmmtk_julia.so
52
+ $(BUILDROOT ) /usr/lib/libmmtk_julia.so : make-binding
56
53
@ln -sf $(MMTK_JULIA_DIR ) /mmtk/target/$(MMTK_BUILD ) /libmmtk_julia.so $@
57
54
58
- $( MMTK_JULIA_DIR ) /mmtk/target/ $( MMTK_BUILD ) /libmmtk_julia.so :
55
+ make-binding :
59
56
@$(PROJECT_DIRS ) $(MMTK_VARS ) $(MAKE ) -C $(MMTK_JULIA_DIR ) $(MMTK_BUILD )
60
57
61
58
MMTK_JULIA_VER := mmtk_julia_custom
You can’t perform that action at this time.
0 commit comments