From ed1a4da9a1127a98b78a37306f15d18820fe1b8d Mon Sep 17 00:00:00 2001 From: Andy Keep Date: Thu, 28 Apr 2016 11:56:25 -0400 Subject: [PATCH] - fixing the log to re-add entries I had inadvertantly removed. (Thanks to @burgerrg for the good catch!) LOG original commit: 45c7bcc3e006a79478882e3326231cea3486a69f --- LOG | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/LOG b/LOG index c965ac2173..32a00f8ac3 100644 --- a/LOG +++ b/LOG @@ -45,6 +45,13 @@ - liberalized get-mode check for ../mats. it's not our business whether people make their directories group and/or other writeable. 6.ms +- make test now prints the actual relative path to summary in the + "check summary" message, whether invoked from the top-level directory + or from the workarea. + Makefile.in, Makefile-workarea.in +- configure now just uses cat to copy Makefile-workarea.in to $w/workarea, + since the file is presently the same regardless of the configuration. + configure - fixed time-utc->date test in mat time&date-printing to work regardless of what locale (and time zone) the host machine has set. date.ms