summaryrefslogtreecommitdiffstats
path: root/cpukit/posix
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-12-12 06:31:49 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-12-12 06:31:49 +0000
commit2eb04b25f99a53c1a3e6bad8d367544452173f21 (patch)
treed5c90a66b7d81054d5d1641c381c6cfc64946388 /cpukit/posix
parent2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-2eb04b25f99a53c1a3e6bad8d367544452173f21.tar.bz2
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Don't create $ARCH as side-effect of compilation.
Diffstat (limited to 'cpukit/posix')
-rw-r--r--cpukit/posix/ChangeLog4
-rw-r--r--cpukit/posix/Makefile.am1
2 files changed, 4 insertions, 1 deletions
diff --git a/cpukit/posix/ChangeLog b/cpukit/posix/ChangeLog
index b691782189..e9d1ce37da 100644
--- a/cpukit/posix/ChangeLog
+++ b/cpukit/posix/ChangeLog
@@ -1,3 +1,7 @@
+2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Don't create $ARCH as side-effect of compilation.
+
2002-12-11 Vladimir Nesic <vnesic@dkts.co.yu>
* src/cancelrun.c, src/cleanuppop.c: Get the last real node not the
diff --git a/cpukit/posix/Makefile.am b/cpukit/posix/Makefile.am
index dcf40f7d45..86fd283bf1 100644
--- a/cpukit/posix/Makefile.am
+++ b/cpukit/posix/Makefile.am
@@ -178,7 +178,6 @@ $(LIB): ${OBJS}
$(make-library)
${ARCH}/%.$(OBJEXT): src/%.c
- test -d $(ARCH) || mkdir $(ARCH)
${COMPILE} -o $@ -c $<
# temporary so we can see how many things are left to implement