From: NTP Release Engineering Date: Sat, 28 Dec 2024 09:53:07 +0000 (-0800) Subject: Makefile.am: Another tweak to check-local. X-Git-Tag: NTP_4_3_107~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=791ff45f30ea8206668c00a6a19a40ff0cc7d000;p=thirdparty%2Fntp.git Makefile.am: Another tweak to check-local. bk: 676fca83hfW6KQTxNZ5eYnxQFbeO0Q --- diff --git a/ChangeLog b/ChangeLog index b33ebcf72..df15157be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ --- * [Bug 3960] Remove duplicate ntp.conf.def content, reported by Ulrich Windl. +* Makefile.am: Another tweak to check-local. * cleanup github-specific files. * Add COPYRIGHT.md and LICENSE.md. * Makefile.am: Fix distcheck problem with check-local. diff --git a/Makefile.am b/Makefile.am index d890b31a3..1967f98a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -159,7 +159,8 @@ BHOST=`(hostname || uname -n)` fi check-local: - if bk version > /dev/null 2>&1 && [ -d $(top_srcdir)/BitKeeper/etc ];then \ + if [ -d $(top_srcdir)/BitKeeper/etc/ \ + -a bk version > /dev/null 2>&1 ];then \ scripts/build/checkAuthors $(top_srcdir)/BitKeeper/etc/authors.txt $(top_srcdir)/BitKeeper/etc/Authors; \ fi