]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Makefile.am: Another tweak to check-local. stable
authorNTP Release Engineering <stenn@ntp.org>
Sat, 28 Dec 2024 09:53:07 +0000 (01:53 -0800)
committerNTP Release Engineering <stenn@ntp.org>
Sat, 28 Dec 2024 09:53:07 +0000 (01:53 -0800)
bk: 676fca83hfW6KQTxNZ5eYnxQFbeO0Q

ChangeLog
Makefile.am

index b33ebcf72722d54c72f9adf3a9f20ee14ee19050..df15157be0458a4de3336d5caf96f17cde40d9eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 ---
 * [Bug 3960] Remove duplicate ntp.conf.def content, reported by
              Ulrich Windl. <stenn@ntp.org>
+* Makefile.am: Another tweak to check-local.  <stenn@ntp.org>
 * cleanup github-specific files.  <stenn@ntp.org>
 * Add COPYRIGHT.md and LICENSE.md.  <stenn@ntp.org>
 * Makefile.am: Fix distcheck problem with check-local.  <stenn@ntp.org>
index d890b31a335f62a55d1ae7b78aca82969e949e69..1967f98a0123693c163b4e7486c031e89eae339f 100644 (file)
@@ -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