diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-12-05 07:55:16 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-12-05 07:55:16 -0800 |
commit | 79b44cd7557f7386ed44f2b6182eadbe5037dbc1 (patch) | |
tree | f1aaa2aed6691514974d00720578e3285e6db620 /ChangeLog | |
parent | a4be9ff0a1e6e7d943d5a2b6f0736aa1f08d9ca2 (diff) | |
download | txr-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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |