summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-12-09 20:45:24 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-12-09 20:45:24 -0800
commita764442a57fae2490d93d2daefea5152d6213e78 (patch)
tree3093bbcd9667ee6595c897e54b4ae4efb9cd7745 /ChangeLog
parent2d5df323c3eddc92b52536a4a978814a16a56529 (diff)
downloadtxr-a764442a57fae2490d93d2daefea5152d6213e78.tar.gz
txr-a764442a57fae2490d93d2daefea5152d6213e78.tar.bz2
txr-a764442a57fae2490d93d2daefea5152d6213e78.zip
* Makefile (install-tests): Do not use option -c of
cpio (use old ASCII format). This was unintentional. On extract, use -m option to preserve timestamps, like we do in INSTALL.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76940942..b4efbc2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2014-12-09 Kaz Kylheku <kaz@kylheku.com>
+ * Makefile (install-tests): Do not use option -c of
+ cpio (use old ASCII format). This was unintentional.
+ On extract, use -m option to preserve timestamps,
+ like we do in INSTALL.
+
+2014-12-09 Kaz Kylheku <kaz@kylheku.com>
+
Test output goes to tst/ now.
* Makefile (TESTS_OUT): We don't need to refer to top_srcdir.