File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11all : 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+
311VERSION :
412 @ (git describe --always --long --dirty --abbrev=40) > VERSION
513
@@ -57,14 +65,6 @@ docs@${1}@${2}: image@${1}@${2}
5765DOCS += docs@${1}@${2}
5866endef
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
You can’t perform that action at this time.
0 commit comments