comparison Makefile @ 52282:51a350a22d0c

branching: merge stable into default
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 20 Nov 2024 15:53:19 +0100
parents af88f2b9b5b7
children
comparison
equal deleted inserted replaced
52255:65d516db7309 52282:51a350a22d0c
224 docker-ubuntu-focal \ 224 docker-ubuntu-focal \
225 docker-ubuntu-focal-ppa \ 225 docker-ubuntu-focal-ppa \
226 fedora \ 226 fedora \
227 linux-wheels \ 227 linux-wheels \
228 linux-wheels-x86_64 \ 228 linux-wheels-x86_64 \
229 linux-wheels-x86_64-musl \
229 linux-wheels-i686 \ 230 linux-wheels-i686 \
231 linux-wheels-i686-musl \
230 ppa 232 ppa
231 233
232 # Forward packaging targets for convenience. 234 # Forward packaging targets for convenience.
233 $(packaging_targets): 235 $(packaging_targets):
234 $(MAKE) -C contrib/packaging $@ 236 $(MAKE) -C contrib/packaging $(MAKEFLAGS) $@
235 237
236 osx: 238 osx:
237 rm -rf build/mercurial 239 rm -rf build/mercurial
238 /usr/bin/python2.7 setup.py install --optimize=1 \ 240 /usr/bin/python2.7 setup.py install --optimize=1 \
239 --root=build/mercurial/ --prefix=/usr/local/ \ 241 --root=build/mercurial/ --prefix=/usr/local/ \