Skip to content

Commit

Permalink
[stdlib/jll] Automatic include of all *.version makefile (JuliaLang…
Browse files Browse the repository at this point in the history
…#45851)

* [stdlib/jll] rm `all_jlls.version`
  • Loading branch information
inkydragon committed Jun 30, 2022
1 parent 9e3bd48 commit bd7bd5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 32 deletions.
5 changes: 4 additions & 1 deletion stdlib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ SRCCACHE := $(abspath $(SRCDIR)/srccache)
BUILDDIR := .

include $(JULIAHOME)/Make.inc
include $(JULIAHOME)/stdlib/all_jlls.version
include $(JULIAHOME)/deps/tools/common.mk
include $(JULIAHOME)/deps/tools/stdlib-external.mk
# include all `*.version` files, import `LIBNAME_JLL_NAME` and `LIBNAME_JLL_VER`
# Note: Some deps do not have a `_jll` pkg: [libwhich, patchelf, utf8proc]
include $(JULIAHOME)/deps/*.version


VERSDIR := v$(shell cut -d. -f1-2 < $(JULIAHOME)/VERSION)

Expand Down
31 changes: 0 additions & 31 deletions stdlib/all_jlls.version

This file was deleted.

0 comments on commit bd7bd5e

Please sign in to comment.