summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-04 12:29:52 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-04 12:29:52 -0800
commitd96a1fa869072053d943badb6e3904a7d7a2d4de (patch)
tree3cfa8dee4f676612519da592feff3191bbbd771f /ChangeLog
parentbdccbad1c7da40d80f976858582574eb3c76dd40 (diff)
downloadtxr-d96a1fa869072053d943badb6e3904a7d7a2d4de.tar.gz
txr-d96a1fa869072053d943badb6e3904a7d7a2d4de.tar.bz2
txr-d96a1fa869072053d943badb6e3904a7d7a2d4de.zip
Got build to work in separate build directory.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4710cc7f..ed7530bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
2009-10-22 Kaz Kylheku <kkylheku@gmail.com>
+ Got build to work in separate build directory.
+
+ * Makefile (CFLAGS): Added -I flag to point header inclusion to the
+ source directory.
+ (PROG): New variable to hold program name.
+ (VPATH): Variable set, as a quick and dirty way to get GNU make
+ to find the prerequisites back in the source directory.
+ * configure: Added steps to symlink the tests directory and dep.mk.
+ * depend.txr: Modified to generate the dependencies with
+ correct references to the top_srcdir, with the exception of
+ locally generated headers.
+ * dep.mk: Regenerated.
+
+2009-10-22 Kaz Kylheku <kkylheku@gmail.com>
+
Build configuration via configure script, with cross compiling support.
(Tested by cross-compiling txr on an x86 GNU/Linux system
to run on a MIPS-based GNU/Linux system).