From e1888d9b9ed222bd880873edc60499ce14c2502d Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Thu, 5 Oct 2023 04:33:30 -0700 Subject: [PATCH] note recent chk_tree changes in CHANGES --- CHANGES | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index fc70190..379a3f9 100644 --- a/CHANGES +++ b/CHANGES @@ -454,8 +454,13 @@ The following are the changes from calc version 2.14.3.4 to 2.14.3.5: Added make verifydist to make prep. - Added a chk_tree double check, one after make clobber, one before the - final make chk, to make prep. + Added a chk_tree double check, one after make clobber, one before + the final make chk, to make prep. Added double pass of chk_tree to + make full_debug (and thus to the make debug output). + + Improved notes for install locations in Makefile.config. + + Added printing of ${BUILD_ALL} to make env output. The following are the changes from calc version 2.14.3.0 to 2.14.3.4: