##// END OF EJS Templates
osx: include chg by default
Augie Fackler -
r32471:a38ed42c default
parent child Browse files
Show More
@@ -176,6 +176,14 b' osx:'
176 176 # location of our own.
177 177 install -d build/mercurial/usr/local/hg/contrib/
178 178 install -m 0644 contrib/bash_completion build/mercurial/usr/local/hg/contrib/hg-completion.bash
179 make -C contrib/chg \
180 HGPATH=/usr/local/bin/hg \
181 PYTHON=/usr/bin/python2.7 \
182 HG=/usr/local/bin/hg \
183 HGEXTDIR=/Library/Python/2.7/site-packages/hgext \
184 DESTDIR=../../build/mercurial \
185 PREFIX=/usr/local \
186 clean install
179 187 mkdir -p $${OUTPUTDIR:-dist}
180 188 HGVER=$$((cat build/mercurial/Library/Python/2.7/site-packages/mercurial/__version__.py; echo 'print(version)') | python) && \
181 189 OSXVER=$$(sw_vers -productVersion | cut -d. -f1,2) && \
@@ -35,6 +35,7 b' Spot-check some randomly selected files:'
35 35 ./usr/local/hg/contrib/hg-completion.bash 100644 0/0
36 36 $ egrep 'man[15]' boms.txt | cut -d ' ' -f 1,2,3
37 37 ./usr/local/share/man/man1 40755 0/0
38 ./usr/local/share/man/man1/chg.1 100644 0/0
38 39 ./usr/local/share/man/man1/hg.1 100644 0/0
39 40 ./usr/local/share/man/man5 40755 0/0
40 41 ./usr/local/share/man/man5/hgignore.5 100644 0/0
@@ -48,7 +49,8 b' Spot-check some randomly selected files:'
48 49 ./Library/Python/2.7/site-packages/mercurial/localrepo.py 100644 0/0
49 50 ./Library/Python/2.7/site-packages/mercurial/localrepo.pyc 100644 0/0
50 51 ./Library/Python/2.7/site-packages/mercurial/localrepo.pyo 100644 0/0
51 $ grep 'bin/hg ' boms.txt | cut -d ' ' -f 1,2,3
52 $ egrep 'bin/' boms.txt | cut -d ' ' -f 1,2,3
53 ./usr/local/bin/chg 100755 0/0
52 54 ./usr/local/bin/hg 100755 0/0
53 55
54 56 Make sure the built binary uses the system Python interpreter
General Comments 0
You need to be logged in to leave comments. Login now