summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-12-02 23:41:13 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-12-02 23:41:13 -0800
commit8c53d9597b4d1dbe3da719f106ae46bf6ac3b1e8 (patch)
tree33286756ab53045a714eed31a3d532d0b38f9859 /ChangeLog
parenta14cf42f0b9de88aa5b8a68b8f594fcfc6048350 (diff)
downloadtxr-8c53d9597b4d1dbe3da719f106ae46bf6ac3b1e8.tar.gz
txr-8c53d9597b4d1dbe3da719f106ae46bf6ac3b1e8.tar.bz2
txr-8c53d9597b4d1dbe3da719f106ae46bf6ac3b1e8.zip
* Makefile (tests): Don't depend on the executable. Otherwise,
during make install-tests, if it doesn't exist in the install directory, a gcc compile command gets deposited into the run.sh generated script. (install-tests): Fixes to make this work when using a separate build directory. Split the cpio -p job into a cpio -i piping into cpio -o.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e3282a89..4a5e2754 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2009-12-02 Kaz Kylheku <kkylheku@gmail.com>
+ * Makefile (tests): Don't depend on the executable. Otherwise,
+ during make install-tests, if it doesn't exist in the
+ install directory, a gcc compile command gets deposited
+ into the run.sh generated script.
+ (install-tests): Fixes to make this work when using
+ a separate build directory. Split the cpio -p job
+ into a cpio -i piping into cpio -o.
+
+2009-12-02 Kaz Kylheku <kkylheku@gmail.com>
+
* Makefile (install-tests): New target. Provides a way to make the
test cases part of the installation, and a generated script to run the
commands on the installation host.