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

/freebsd-current/sys/
H A DMakefile40 HG_DIR=${.CURDIR}/../.hg macro
43 @if [ -d ${HG_DIR} ]; then \
44 if [ "`grep hooks ${HG_DIR}/hgrc`" = "" ]; then \
45 echo "[hooks]" >> ${HG_DIR}/hgrc; \
46 echo "update = ${HG_HOOK}" >> ${HG_DIR}/hgrc; \
47 echo "Hook installed in ${HG_DIR}/hgrc"; \

Completed in 211 milliseconds