]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Makefile.am: Fix distcheck problem with check-local. <stenn@ntp.org>
authorNTP Release Engineering <stenn@ntp.org>
Sun, 1 Dec 2024 02:16:48 +0000 (18:16 -0800)
committerNTP Release Engineering <stenn@ntp.org>
Sun, 1 Dec 2024 02:16:48 +0000 (18:16 -0800)
bk: 674bc710qa12ZVuk4y-g1AKxO9pZHg

ChangeLog
Makefile.am

index ea390dd3b24185b854635b12d12aa743a2be1d8f..daa090883368208c90080c25a853d13f23e8935f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 ---
-* Add ,github to the top-level tree. <dlavigne@nwtime.org>
+* Makefile.am: Fix distcheck problem with check-local.  <stenn@ntp.org>
+* Add .github to the top-level tree. <dlavigne@nwtime.org>
 * build script: Use hostname.site for NTF build hosts.  Use the full
   hostname for the buildkey.  <stenn@ntp.org>
 * flock-build: Try to use the full hostname for the buildkey.  <stenn@ntp.org>
index d155b89b6da0dd2201f61cf028a387d794d88dca..d56858b06e11447a9a4e8c730eb60a961b93315e 100644 (file)
@@ -157,7 +157,9 @@ BHOST=`(hostname || uname -n)`
        fi
 
 check-local:
-       bk version > /dev/null 2>&1 && scripts/build/checkAuthors $(top_srcdir)/BitKeeper/etc/authors.txt $(top_srcdir)/BitKeeper/etc/Authors
+       if bk version > /dev/null 2>&1 && [ -d $(top_srcdir)/BitKeeper/etc ];then \
+               scripts/build/checkAuthors $(top_srcdir)/BitKeeper/etc/authors.txt $(top_srcdir)/BitKeeper/etc/Authors; \
+       fi
 
 FRC.CommitLog FRC.checkcvo FRC.checkhost FRC.distwarn FRC.html FRC.sntp:
        @: do-nothing action prevents any default