Skip to content

Commit fd370a8

Browse files
committed
Makefile.am: Fix distcheck problem with check-local. <stenn@ntp.org>
bk: 674bc710qa12ZVuk4y-g1AKxO9pZHg
1 parent 94a592f commit fd370a8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ChangeLog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
* Add ,github to the top-level tree. <dlavigne@nwtime.org>
2+
* Makefile.am: Fix distcheck problem with check-local. <stenn@ntp.org>
3+
* Add .github to the top-level tree. <dlavigne@nwtime.org>
34
* build script: Use hostname.site for NTF build hosts. Use the full
45
hostname for the buildkey. <stenn@ntp.org>
56
* flock-build: Try to use the full hostname for the buildkey. <stenn@ntp.org>

Makefile.am

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,9 @@ BHOST=`(hostname || uname -n)`
157157
fi
158158

159159
check-local:
160-
bk version > /dev/null 2>&1 && scripts/build/checkAuthors $(top_srcdir)/BitKeeper/etc/authors.txt $(top_srcdir)/BitKeeper/etc/Authors
160+
if bk version > /dev/null 2>&1 && [ -d $(top_srcdir)/BitKeeper/etc ];then \
161+
scripts/build/checkAuthors $(top_srcdir)/BitKeeper/etc/authors.txt $(top_srcdir)/BitKeeper/etc/Authors; \
162+
fi
161163

162164
FRC.CommitLog FRC.checkcvo FRC.checkhost FRC.distwarn FRC.html FRC.sntp:
163165
@: do-nothing action prevents any default

0 commit comments

Comments
 (0)