]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Reduce bootstrap redundancy with autoreconf --no-recursive in the
authorDave Hart <hart@ntp.org>
Mon, 22 Nov 2010 22:54:53 +0000 (22:54 +0000)
committerDave Hart <hart@ntp.org>
Mon, 22 Nov 2010 22:54:53 +0000 (22:54 +0000)
  top level, followed by recursive autoreconf in sntp.

bk: 4ceaf4bd4j9g7ZbPRwIioeH6XQdHjw

bootstrap

index 2a3f4b4b586e430263c442d00a65bea9270b0589..18c503072632954a4edcf10c6a3f049938d371b7 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -120,11 +120,12 @@ touch ntpd/ntp_parser.[ch] ntpd/keyword-gen-utd ntpd/ntp_keyword.h
 cp bincheck.mf sntp/
 cp depsver.mf sntp/
 
-${AUTORECONF} -i -v
+${AUTORECONF} -i -v --no-recursive
 
 # DH: 20101120: We are back to a single copy of libopts, and
 # once again it seems we need to run autoreconf in sntp after
 # the top-level run to get a correct sntp/libopts/Makefile.in.
+# To reduce redundancy, the top-level autoreconf uses --no-recursive.
 #
 # HMS: 20060618: Now that we use separate copies of libopts
 # we should only need the previous line.