From: Harlan Stenn Date: Tue, 21 Nov 2006 07:43:36 +0000 (-0500) Subject: [Bug 717] Make sure sntp/*version.def is up-to-date X-Git-Tag: NTP_4_2_3P67_RC~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9578b4d2edef8a2d6a98fafcee7ef9b78533261f;p=thirdparty%2Fntp.git [Bug 717] Make sure sntp/*version.def is up-to-date bk: 4562ae28znIpdESELuf-mg44qEXT0g --- diff --git a/bootstrap b/bootstrap index 97c662f65..b7edbc415 100755 --- a/bootstrap +++ b/bootstrap @@ -62,6 +62,11 @@ prog_opt_files=`grep -l '^prog.name' $def_files` ## Non-AutoGen stuff +for i in autogen-version.def version.def +do + cmp -s include/$i sntp/$i || cp -p include/$i sntp/$i +done + # touch the stuff generated by the opt files for f in ${prog_opt_files}