File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,13 @@ $1_SRCS := $$(shell find $$(build_datarootdir)/julia/stdlib/$$(VERSDIR)/$1/src -
37
37
$$(wildcard $$(build_prefix ) /manifest/$$(VERSDIR ) /$1)
38
38
$$(BUILDDIR ) /stdlib/$1.release.image: $$($1_SRCS ) $$(addsuffix .release.image,$$(addprefix $$(BUILDDIR ) /stdlib/,$2) ) $(build_private_libdir ) /sys.$(SHLIB_EXT )
39
39
@$$(call PRINT_JULIA, $$(call spawn,$$(JULIA_EXECUTABLE ) ) --startup-file=no --check-bounds=yes -e 'Base.compilecache(Base.identify_package("$1") )')
40
+ @$$(call PRINT_JULIA, $$(call spawn,$$(JULIA_EXECUTABLE ) ) --startup-file=no --pkgimage=no -e 'Base.compilecache(Base.identify_package("$1") )')
40
41
@$$(call PRINT_JULIA, $$(call spawn,$$(JULIA_EXECUTABLE ) ) --startup-file=no -e 'Base.compilecache(Base.identify_package("$1") )')
41
42
touch $$@
42
43
cache-release-$1: $$(BUILDDIR ) /stdlib/$1.release.image
43
44
$$(BUILDDIR ) /stdlib/$1.debug.image: $$($1_SRCS ) $$(addsuffix .debug.image,$$(addprefix $$(BUILDDIR ) /stdlib/,$2) ) $(build_private_libdir ) /sys-debug.$(SHLIB_EXT )
44
45
@$$(call PRINT_JULIA, $$(call spawn,$$(JULIA_EXECUTABLE ) ) --startup-file=no --check-bounds=yes -e 'Base.compilecache(Base.identify_package("$1") )')
46
+ @$$(call PRINT_JULIA, $$(call spawn,$$(JULIA_EXECUTABLE ) ) --startup-file=no --pkgimage=no -e 'Base.compilecache(Base.identify_package("$1") )')
45
47
@$$(call PRINT_JULIA, $$(call spawn,$$(JULIA_EXECUTABLE ) ) --startup-file=no -e 'Base.compilecache(Base.identify_package("$1") )')
46
48
cache-debug-$1: $$(BUILDDIR ) /stdlib/$1.debug.image
47
49
.SECONDARY: $$(BUILDDIR ) /stdlib/$1.release.image $$(BUILDDIR ) /stdlib/$1.debug.image
You can’t perform that action at this time.
0 commit comments