summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-04 13:44:29 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-04 13:44:29 -0800
commit802e61bb121077c16e55cbab2f569cca3269c1fe (patch)
tree37820fe279a766d55a8977d27aa5135e7bd3af3f /ChangeLog
parent25af1192809b7be30ed521f5ae22e543a75f6ca4 (diff)
downloadtxr-802e61bb121077c16e55cbab2f569cca3269c1fe.tar.gz
txr-802e61bb121077c16e55cbab2f569cca3269c1fe.tar.bz2
txr-802e61bb121077c16e55cbab2f569cca3269c1fe.zip
Got "make tests" working in separate build directory,
with .out files going to local tests/ tree.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e2d3b0e5..14cf0b8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2009-10-22 Kaz Kylheku <kkylheku@gmail.com>
+ Got "make tests" working in separate build directory,
+ with .out files going to local tests/ tree.
+
+ * Makefile (depend): Refer to depend.txr and dep.mk
+ using $top_srcdir; no need for symlinks.
+ Changed a few more ./txr references to use $(PROG).
+ (TESTS): Path munging to generate targets with local paths.
+ (%.ok): Fixed diff logic to compare between .expected file
+ in $(top_srcdir) and local .out file.
+
+ * configure: Don't generate symlinks for tests and dep.mk.
+
+2009-10-22 Kaz Kylheku <kkylheku@gmail.com>
+
Got "make install" working.
* Makefile (install): New target.