summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-22 09:17:40 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-22 09:17:40 +0000
commit35b22754c2772843c7ccf9818a86d5dc1d36efe8 (patch)
tree575dccdd2fa6868344819392787f50054af8c8b6 /ChangeLog
parent2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-35b22754c2772843c7ccf9818a86d5dc1d36efe8.tar.bz2
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING. * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all compilation rules (Work-around to an automake bug). * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to make-library.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0822c6a038..3e3093c324 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
+ * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
+ compilation rules (Work-around to an automake bug).
+ * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
+ make-library.
+
+2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* configure.ac: Activate cpukit. Remove references to c/src/exec.
2002-07-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>