File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11---
22* [Bug 3960] Remove duplicate ntp.conf.def content, reported by
33 Ulrich Windl. <stenn@ntp.org>
4+ * Makefile.am: Another tweak to check-local. <stenn@ntp.org>
45* cleanup github-specific files. <stenn@ntp.org>
56* Add COPYRIGHT.md and LICENSE.md. <stenn@ntp.org>
67* Makefile.am: Fix distcheck problem with check-local. <stenn@ntp.org>
Original file line number Diff line number Diff line change @@ -159,7 +159,8 @@ BHOST=`(hostname || uname -n)`
159159 fi
160160
161161check-local :
162- if bk version > /dev/null 2>&1 && [ -d $( top_srcdir) /BitKeeper/etc ]; then \
162+ if [ -d $( top_srcdir) /BitKeeper/etc/ \
163+ -a bk version > /dev/null 2>&1 ]; then \
163164 scripts/build/checkAuthors $(top_srcdir ) /BitKeeper/etc/authors.txt $(top_srcdir ) /BitKeeper/etc/Authors; \
164165 fi
165166
You can’t perform that action at this time.
0 commit comments