Skip to content

Commit d5be9ae

Browse files
committed
Move distro version definitions up
1 parent 7a35118 commit d5be9ae

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

build/Makefile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
all: help
22

3+
FEDORA_DISTROS := fedora@35 fedora@34 fedora@33 fedora@31
4+
UBUNTU_DISTROS := ubuntu@21.10 ubuntu@21.04 ubuntu@20.04 ubuntu@18.04 ubuntu@16.04
5+
KORG_DISTROS := korg@11.1.0 korg@10.3.0 korg@9.3.0 korg@8.1.0 korg@5.5.0
6+
ALL_DISTROS := ${UBUNTU_DISTROS} ${KORG_DISTROS} ${FEDORA_DISTROS}
7+
DOCS_DISTRO := docs@21.10
8+
X86_DISTRO := ubuntu@21.10
9+
SUBARCHES := ppc64le ppc64 ppc
10+
311
VERSION:
412
@(git describe --always --long --dirty --abbrev=40) > VERSION
513

@@ -57,14 +65,6 @@ docs@${1}@${2}: image@${1}@${2}
5765
DOCS += docs@${1}@${2}
5866
endef
5967

60-
FEDORA_DISTROS := fedora@35 fedora@34 fedora@33 fedora@31
61-
UBUNTU_DISTROS := ubuntu@21.10 ubuntu@21.04 ubuntu@20.04 ubuntu@18.04 ubuntu@16.04
62-
KORG_DISTROS := korg@11.1.0 korg@10.3.0 korg@9.3.0 korg@8.1.0 korg@5.5.0
63-
ALL_DISTROS := ${UBUNTU_DISTROS} ${KORG_DISTROS} ${FEDORA_DISTROS}
64-
DOCS_DISTRO := docs@21.10
65-
X86_DISTRO := ubuntu@21.10
66-
SUBARCHES := ppc64le ppc64 ppc
67-
6868
$(eval $(call MAIN_TEMPLATE,ppc64le,${DOCS_DISTRO}))
6969
$(eval $(call DOCS_TEMPLATE,ppc64le,${DOCS_DISTRO}))
7070

0 commit comments

Comments
 (0)