From: NTP Release Engineering Date: Sun, 1 Dec 2024 02:16:48 +0000 (-0800) Subject: Makefile.am: Fix distcheck problem with check-local. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd370a88bb0dad483cec82461ef0141abe6afb36;p=thirdparty%2Fntp.git Makefile.am: Fix distcheck problem with check-local. bk: 674bc710qa12ZVuk4y-g1AKxO9pZHg --- diff --git a/ChangeLog b/ChangeLog index ea390dd3b..daa090883 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ --- -* Add ,github to the top-level tree. +* Makefile.am: Fix distcheck problem with check-local. +* Add .github to the top-level tree. * build script: Use hostname.site for NTF build hosts. Use the full hostname for the buildkey. * flock-build: Try to use the full hostname for the buildkey. diff --git a/Makefile.am b/Makefile.am index d155b89b6..d56858b06 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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