diff Makefile @ 34655:01c57eeb35cb

chg: remove outdated rule to start test server This rule is no longer useful because chg daemon may be killed and respawned per config/environment hash. We can't reliably run a daemon in foreground.
author Yuya Nishihara <yuya@tcha.org>
date Thu, 12 Oct 2017 22:21:14 +0900
parents af20468eb0a4
children 2bf152128d59
line wrap: on
line diff
--- a/Makefile	Fri Oct 13 00:22:54 2017 +0900
+++ b/Makefile	Thu Oct 12 22:21:14 2017 +0900
@@ -181,7 +181,6 @@
 	make -C contrib/chg \
 	  HGPATH=/usr/local/bin/hg \
 	  PYTHON=/usr/bin/python2.7 \
-	  HG=/usr/local/bin/hg \
 	  HGEXTDIR=/Library/Python/2.7/site-packages/hgext \
 	  DESTDIR=../../build/mercurial \
 	  PREFIX=/usr/local \