]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 3517] Reducing build noise
authorJuergen Perlinger <perlinger@ntp.org>
Thu, 16 May 2019 18:19:10 +0000 (20:19 +0200)
committerJuergen Perlinger <perlinger@ntp.org>
Thu, 16 May 2019 18:19:10 +0000 (20:19 +0200)
bk: 5cdda99eAcwMh-n-wxb5APN3k6Mozw

ChangeLog
ntpq/Makefile.am

index 7001f9b3675b3ee6627bdec462d34f63175e6132..8cd0cca10e91fce3042ab1640f6ea03956f3d046 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
 ---
+* [Bug 3517] Reducing build noise <perlinger@ntp.org>
 * [Bug 3516] Require tooling from this decade <perlinger@ntp.org>
   - patch by Philipp Prindeville
 * [Bug 3511] Get rid of AC_LANG_SOURCE() warnings <perlinger@ntp.org>
index 074bdcef6e95f0ce2d2ad3d060364b14ecc26a00..fefb31cd451465848b0135e8bd70280bf6ca7bf0 100644 (file)
@@ -22,16 +22,18 @@ ntpq_LDADD += ../libntp/libntp.a $(LDADD_LIBNTP) $(LIBM)
 ntpq_LDADD += $(PTHREAD_LIBS) $(EDITLINE_LIBS)
 ntpq_LDADD += $(LDADD_NTP)
 ntpq_LDADD += $(NTP_HARD_LDFLAGS)
-noinst_HEADERS=        ntpq.h
-noinst_LIBRARIES=      libntpq.a
-libntpq_a_CFLAGS=      $(AM_CFLAGS)
-libntpq_a_CFLAGS+=     -DNO_MAIN_ALLOWED -DBUILD_AS_LIB
-libntpq_a_CPPFLAGS=    $(AM_CPPFLAGS)
-libntpq_a_LDFLAGS=     $(AM_LDFLAGS)
-CLEANFILES=
-DISTCLEANFILES=        .version version.c config.log $(man_MANS)
-ETAGS_ARGS=    Makefile.am
-EXTRA_DIST=                    \
+
+noinst_HEADERS =       ntpq.h
+
+noinst_LIBRARIES =     libntpq.a
+libntpq_a_CFLAGS =     $(AM_CFLAGS)
+libntpq_a_CFLAGS +=    -DNO_MAIN_ALLOWED -DBUILD_AS_LIB
+libntpq_a_CPPFLAGS =   $(AM_CPPFLAGS)
+
+CLEANFILES =
+DISTCLEANFILES =       .version version.c config.log $(man_MANS)
+ETAGS_ARGS =   Makefile.am
+EXTRA_DIST =                   \
        invoke-ntpq.menu        \
        invoke-ntpq.texi        \
        ntpq-opts.def           \
@@ -78,7 +80,7 @@ libntpq_a_SOURCES =   libntpq.c libntpq.h libntpq_subs.c
 
 $(srcdir)/ntpq-opts.h: $(srcdir)/ntpq-opts.c
        @: do-nothing action to avoid default SCCS get, .h built with .c
-       
+
 $(srcdir)/ntpq-opts.c: $(srcdir)/ntpq-opts.def $(std_def_list)
        $(run_ag) ntpq-opts.def
 
@@ -110,7 +112,7 @@ ntpq.$(NTPQ_MS): $(srcdir)/ntpq.$(MANTAGFMT).in $(top_builddir)/config.status
 
 $(srcdir)/invoke-ntpq.menu: $(srcdir)/invoke-ntpq.texi
        @: do-nothing action to avoid default SCCS get, .menu built with .texi
-       
+
 $(srcdir)/invoke-ntpq.texi: $(srcdir)/ntpq-opts.def $(std_def_list)
        $(run_ag) -Tagtexi-cmd.tpl -DLEVEL=section ntpq-opts.def
        $(top_srcdir)/scripts/build/check--help $@
@@ -127,7 +129,7 @@ $(top_srcdir)/sntp/scm-rev:
 
 version.c: $(ntpq_OBJECTS) ../libntp/libntp.a Makefile $(top_srcdir)/sntp/scm-rev
        env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntpq
-       
+
 version.o: version.c
        env CCACHE_DISABLE=1 $(COMPILE) -c version.c -o version.o