Makefile
changeset 37702 78c050eed395
parent 37701 492531ff81bc
child 37703 fcfc464000dd
equal deleted inserted replaced
37701:492531ff81bc 37702:78c050eed395
   300 	docker run -e "HGTEST_JOBS=$(shell nproc)" --rm -ti -v `pwd`:/src quay.io/pypa/manylinux1_i686 linux32 /src/contrib/build-linux-wheels.sh
   300 	docker run -e "HGTEST_JOBS=$(shell nproc)" --rm -ti -v `pwd`:/src quay.io/pypa/manylinux1_i686 linux32 /src/contrib/build-linux-wheels.sh
   301 
   301 
   302 .PHONY: help all local build doc cleanbutpackages clean install install-bin \
   302 .PHONY: help all local build doc cleanbutpackages clean install install-bin \
   303 	install-doc install-home install-home-bin install-home-doc \
   303 	install-doc install-home install-home-bin install-home-doc \
   304 	dist dist-notests check tests check-code format-c update-pot \
   304 	dist dist-notests check tests check-code format-c update-pot \
   305 	osx deb ppa docker-debian-jessie docker-debian-stretch \
   305 	osx deb ppa \
       
   306 	docker-debian-jessie \
       
   307 	docker-debian-stretch \
   306 	docker-ubuntu-trusty docker-ubuntu-trusty-ppa \
   308 	docker-ubuntu-trusty docker-ubuntu-trusty-ppa \
   307 	docker-ubuntu-xenial docker-ubuntu-xenial-ppa \
   309 	docker-ubuntu-xenial docker-ubuntu-xenial-ppa \
   308 	docker-ubuntu-artful docker-ubuntu-artful-ppa \
   310 	docker-ubuntu-artful docker-ubuntu-artful-ppa \
   309 	fedora20 docker-fedora20 fedora21 docker-fedora21 \
   311 	fedora20 docker-fedora20 \
   310 	centos5 docker-centos5 centos6 docker-centos6 centos7 docker-centos7 \
   312 	fedora21 docker-fedora21 \
       
   313 	centos5 docker-centos5 \
       
   314 	centos6 docker-centos6 \
       
   315 	centos7 docker-centos7 \
   311 	linux-wheels
   316 	linux-wheels