comparison Makefile @ 2270:b53343c8d692 stable

make: merge recipes for help
author Yuya Nishihara <yuya@tcha.org>
date Wed, 19 Apr 2017 21:37:28 +0900
parents b838c069bf4e
children
comparison
equal deleted inserted replaced
2269:b838c069bf4e 2270:b53343c8d692
1 VERSION=$(shell python setup.py --version) 1 VERSION=$(shell python setup.py --version)
2 2
3 PYTHON=python 3 PYTHON=python
4
5 help:
6 @echo 'Commonly used make targets:'
7 @echo ' deb-prepare - prepare the build of a debian package'
8 4
9 all: help 5 all: help
10 6
11 deb-prepare: 7 deb-prepare:
12 python setup.py sdist --dist-dir .. 8 python setup.py sdist --dist-dir ..
25 21
26 HGTESTS=$(HGROOT)/tests 22 HGTESTS=$(HGROOT)/tests
27 23
28 help: 24 help:
29 @echo 'Commonly used make targets:' 25 @echo 'Commonly used make targets:'
26 @echo ' deb-prepare - prepare the build of a debian package'
30 @echo ' tests - run all tests in the automatic test suite' 27 @echo ' tests - run all tests in the automatic test suite'
31 @echo ' all-version-tests - run all tests against many hg versions' 28 @echo ' all-version-tests - run all tests against many hg versions'
32 @echo ' tests-%s - run all tests in the specified hg version' 29 @echo ' tests-%s - run all tests in the specified hg version'
33 30
34 all: help 31 all: help