@@ -26,14 +26,14 @@ all-debug: $(addprefix cache-debug-, $(STDLIBS))
2626define pkgimg_builder
2727$1_SRCS := $$(shell find $$(build_datarootdir ) /julia/stdlib/$$(VERSDIR ) /$1/src -name \* .jl) \
2828 $$(wildcard $$(build_prefix ) /manifest/$$(VERSDIR ) /$1)
29- $$(BUILDDIR ) /stdlib/$1.release.image: $$($1_SRCS ) $$(addsuffix .release.image,$$(addprefix $$(BUILDDIR ) /stdlib/,$2) )
30- @$$(call PRINT_JULIA, $$(call spawn,$$(JULIA_EXECUTABLE ) ) --startup-file=no -e 'Base.compilecache(Base.identify_package("$1") )')
29+ $$(BUILDDIR ) /stdlib/$1.release.image: $$($1_SRCS ) $$(addsuffix .release.image,$$(addprefix $$(BUILDDIR ) /stdlib/,$2) ) $(build_private_libdir ) /sys.$(SHLIB_EXT )
3130 @$$(call PRINT_JULIA, $$(call spawn,$$(JULIA_EXECUTABLE ) ) --startup-file=no --check-bounds=yes -e 'Base.compilecache(Base.identify_package("$1") )')
31+ @$$(call PRINT_JULIA, $$(call spawn,$$(JULIA_EXECUTABLE ) ) --startup-file=no -e 'Base.compilecache(Base.identify_package("$1") )')
3232 touch $$@
3333cache-release-$1: $$(BUILDDIR ) /stdlib/$1.release.image
34- $$(BUILDDIR ) /stdlib/$1.debug.image: $$($1_SRCS ) $$(addsuffix .debug.image,$$(addprefix $$(BUILDDIR ) /stdlib/,$2) )
35- @$$(call PRINT_JULIA, $$(call spawn,$$(JULIA_EXECUTABLE ) ) --startup-file=no -e 'Base.compilecache(Base.identify_package("$1") )')
34+ $$(BUILDDIR ) /stdlib/$1.debug.image: $$($1_SRCS ) $$(addsuffix .debug.image,$$(addprefix $$(BUILDDIR ) /stdlib/,$2) ) $(build_private_libdir ) /sys-debug.$(SHLIB_EXT )
3635 @$$(call PRINT_JULIA, $$(call spawn,$$(JULIA_EXECUTABLE ) ) --startup-file=no --check-bounds=yes -e 'Base.compilecache(Base.identify_package("$1") )')
36+ @$$(call PRINT_JULIA, $$(call spawn,$$(JULIA_EXECUTABLE ) ) --startup-file=no -e 'Base.compilecache(Base.identify_package("$1") )')
3737cache-debug-$1: $$(BUILDDIR ) /stdlib/$1.debug.image
3838.SECONDARY: $$(BUILDDIR ) /stdlib/$1.release.image $$(BUILDDIR ) /stdlib/$1.debug.image
3939endef
0 commit comments