summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-12-05 18:17:38 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-12-05 18:17:38 -0800
commit7de541afba40076a0065285f3e392f507ee2bdc3 (patch)
tree0b93b9262632addc8d7078f7ad6ea75fb048374c /ChangeLog
parent79b44cd7557f7386ed44f2b6182eadbe5037dbc1 (diff)
downloadtxr-7de541afba40076a0065285f3e392f507ee2bdc3.tar.gz
txr-7de541afba40076a0065285f3e392f507ee2bdc3.tar.bz2
txr-7de541afba40076a0065285f3e392f507ee2bdc3.zip
* Makefile (INSTALL): Bugfix: touch -r $(2) does not work
right when $(2) is a wildcard like path/to/*.txr. It touches files in the source tree to the timestamp of the argument after -r. Putting in a shell loop to handle this.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a26d6f69..493645d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2014-12-05 Kaz Kylheku <kaz@kylheku.com>
+ * Makefile (INSTALL): Bugfix: touch -r $(2) does not work
+ right when $(2) is a wildcard like path/to/*.txr. It touches files in
+ the source tree to the timestamp of the argument after -r. Putting in
+ a shell loop to handle this.
+
+2014-12-05 Kaz Kylheku <kaz@kylheku.com>
+
* Makefile (TESTS_TMP): New variable.
(TESTS_OUT): Depends on $(PROG).
(TESTS_OK): Does not dependon $(PROG).