We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee9a4f6 + d80fedf commit 442af7bCopy full SHA for 442af7b
Makefile
@@ -209,7 +209,7 @@ CORE_SRCS := $(addprefix $(JULIAHOME)/, \
209
base/reduce.jl \
210
base/reflection.jl \
211
base/tuple.jl)
212
-BASE_SRCS := $(shell find $(JULIAHOME)/base -name \*.jl)
+BASE_SRCS := $(sort $(shell find $(JULIAHOME)/base -name \*.jl) $(shell find $(BUILDROOT)/base -name \*.jl))
213
214
$(build_private_libdir)/inference.ji: $(CORE_SRCS) | $(build_private_libdir)
215
@$(call PRINT_JULIA, cd $(JULIAHOME)/base && \
0 commit comments