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

/freebsd-12-stable/sys/
H A DMakefile44 HG_DIR=${.CURDIR}/../.hg macro
47 @if [ -d ${HG_DIR} ]; then \
48 if [ "`grep hooks ${HG_DIR}/hgrc`" = "" ]; then \
49 echo "[hooks]" >> ${HG_DIR}/hgrc; \
50 echo "update = ${HG_HOOK}" >> ${HG_DIR}/hgrc; \
51 echo "Hook installed in ${HG_DIR}/hgrc"; \

Completed in 56 milliseconds