Home
last modified time | relevance | path

Searched refs:HG_DIR (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sys/
HDMakefile43 HG_DIR=${.CURDIR}/../.hg macro
46 @if [ -d ${HG_DIR} ]; then \
47 if [ "`grep hooks ${HG_DIR}/hgrc`" = "" ]; then \
48 echo "[hooks]" >> ${HG_DIR}/hgrc; \
49 echo "update = ${HG_HOOK}" >> ${HG_DIR}/hgrc; \
50 echo "Hook installed in ${HG_DIR}/hgrc"; \