From: Harlan Stenn Date: Mon, 19 Nov 2012 07:32:45 +0000 (-0500) Subject: Use "diff -u" when comparing complete.conf X-Git-Tag: NTP_4_2_7P324~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2ba56f27a9598f381d9c01c57e784a719ad105a;p=thirdparty%2Fntp.git Use "diff -u" when comparing complete.conf bk: 50a9e09duOnh48zq1uyvtX2sX5cJ0g --- diff --git a/ntpd/Makefile.am b/ntpd/Makefile.am index 0424c5f6f..e2ce293d0 100644 --- a/ntpd/Makefile.am +++ b/ntpd/Makefile.am @@ -361,7 +361,7 @@ compsave.conf: ntpd complete.conf ./ntpd --configfile complete.conf --saveconfigquit $@ check-saveconfig: complete.conf compsave.conf - -diff complete.conf compsave.conf + -diff -u complete.conf compsave.conf cmp complete.conf compsave.conf && echo stamp > $@ ../libntp/libntpsim.a: