File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change @@ -157,7 +157,9 @@ BHOST=`(hostname || uname -n)`
157157 fi
158158
159159check-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
162164FRC.CommitLog FRC.checkcvo FRC.checkhost FRC.distwarn FRC.html FRC.sntp :
163165 @: do-nothing action prevents any default
You can’t perform that action at this time.
0 commit comments