bk: 4745f6b5QDCU88XTMhq_MjjdC-2BKw
+* bootstrap: squawk if genver fails. Use -f with cp in case Dave does a chown.
* Remove obsolete simulator command-line options.
* ntp_request.c: [CID 36] zero sin_zero.
* [Bug 963] get_systime() is too noisy.
set -e
-scripts/genver
+scripts/genver || { echo scripts/genver failed ; exit 1; }
# autoreconf says:
# The environment variables AUTOCONF, AUTOHEADER, AUTOMAKE, ACLOCAL,
for i in autogen-version.def version.def
do
- cmp -s include/$i sntp/$i || cp -p include/$i sntp/$i
+ cmp -s include/$i sntp/$i || cp -fp include/$i sntp/$i
done
# touch the stuff generated by the opt files