equal
deleted
inserted
replaced
179 install -d build/mercurial/usr/local/hg/contrib/ |
179 install -d build/mercurial/usr/local/hg/contrib/ |
180 install -m 0644 contrib/bash_completion build/mercurial/usr/local/hg/contrib/hg-completion.bash |
180 install -m 0644 contrib/bash_completion build/mercurial/usr/local/hg/contrib/hg-completion.bash |
181 make -C contrib/chg \ |
181 make -C contrib/chg \ |
182 HGPATH=/usr/local/bin/hg \ |
182 HGPATH=/usr/local/bin/hg \ |
183 PYTHON=/usr/bin/python2.7 \ |
183 PYTHON=/usr/bin/python2.7 \ |
184 HG=/usr/local/bin/hg \ |
|
185 HGEXTDIR=/Library/Python/2.7/site-packages/hgext \ |
184 HGEXTDIR=/Library/Python/2.7/site-packages/hgext \ |
186 DESTDIR=../../build/mercurial \ |
185 DESTDIR=../../build/mercurial \ |
187 PREFIX=/usr/local \ |
186 PREFIX=/usr/local \ |
188 clean install |
187 clean install |
189 mkdir -p $${OUTPUTDIR:-dist} |
188 mkdir -p $${OUTPUTDIR:-dist} |