summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-12-05 07:55:16 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-12-05 07:55:16 -0800
commit79b44cd7557f7386ed44f2b6182eadbe5037dbc1 (patch)
treef1aaa2aed6691514974d00720578e3285e6db620 /ChangeLog
parenta4be9ff0a1e6e7d943d5a2b6f0736aa1f08d9ca2 (diff)
downloadtxr-79b44cd7557f7386ed44f2b6182eadbe5037dbc1.tar.gz
txr-79b44cd7557f7386ed44f2b6182eadbe5037dbc1.tar.bz2
txr-79b44cd7557f7386ed44f2b6182eadbe5037dbc1.zip
* Makefile (TESTS_TMP): New variable.
(TESTS_OUT): Depends on $(PROG). (TESTS_OK): Does not dependon $(PROG). (tests): Does not depend on tests.clean. (retest): Target removed. (%.out : %.txr): Generate to temporary file, then move to .out. (tests.clean): Remove $(TESTS_TMP).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 58174f4f..a26d6f69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2014-12-05 Kaz Kylheku <kaz@kylheku.com>
+ * Makefile (TESTS_TMP): New variable.
+ (TESTS_OUT): Depends on $(PROG).
+ (TESTS_OK): Does not dependon $(PROG).
+ (tests): Does not depend on tests.clean.
+ (retest): Target removed.
+ (%.out : %.txr): Generate to temporary file,
+ then move to .out.
+ (tests.clean): Remove $(TESTS_TMP).
+
+2014-12-05 Kaz Kylheku <kaz@kylheku.com>
+
* Makefile (SRCS): Compute from top_srcdir, so we don't get a warning
from git, and "make enforce" works from out of three builds.