comparison Makefile @ 43405:7c9d42c1042d stable

packaging: add support for CentOS 8 The resulting executable has not been tested in detail yet. I ran 'hg version' and 'hg clone', which worked fine (except for extensions acting up due to Python 3). Differential Revision: https://phab.mercurial-scm.org/D7216
author Mathias De Mare <mathias.de_mare@nokia.com>
date Mon, 04 Nov 2019 07:56:53 +0100
parents 0b65f18edc4f
children e468ebfcb4ce
comparison
equal deleted inserted replaced
43404:a69772d2f3c3 43405:7c9d42c1042d
181 181
182 packaging_targets := \ 182 packaging_targets := \
183 centos5 \ 183 centos5 \
184 centos6 \ 184 centos6 \
185 centos7 \ 185 centos7 \
186 centos8 \
186 deb \ 187 deb \
187 docker-centos5 \ 188 docker-centos5 \
188 docker-centos6 \ 189 docker-centos6 \
189 docker-centos7 \ 190 docker-centos7 \
191 docker-centos8 \
190 docker-debian-jessie \ 192 docker-debian-jessie \
191 docker-debian-stretch \ 193 docker-debian-stretch \
192 docker-fedora \ 194 docker-fedora \
193 docker-ubuntu-trusty \ 195 docker-ubuntu-trusty \
194 docker-ubuntu-trusty-ppa \ 196 docker-ubuntu-trusty-ppa \