summaryrefslogtreecommitdiffstats
path: root/automake/local.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-02-18 13:20:59 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-02-18 13:20:59 +0000
commitf7276a9bdfa68ca2a88d5dbd3fc067b8aec4227a (patch)
tree6707575e977f8b38d49486c4bcf7e146001a1244 /automake/local.am
parent2003-02-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-f7276a9bdfa68ca2a88d5dbd3fc067b8aec4227a.tar.bz2
2003-02-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/rtems-top.m4: Set PROJECT_ROOT unconditionally. * automake/local.am: Remove $(ARCH), clean-local. * automake/compile.am: Add $(ARCH), clean-local. Set CXXFLAGS = @RTEMS_CFLAGS@ $(XCXXFLAGS).
Diffstat (limited to '')
-rw-r--r--automake/local.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/automake/local.am b/automake/local.am
index 51572dccc5..013d48f70a 100644
--- a/automake/local.am
+++ b/automake/local.am
@@ -24,12 +24,5 @@ depend-am:
depend: depend-am
.PHONY: depend depend-am
-${ARCH}:
- mkdir ${ARCH}
-
-clean-local:
- $(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
- $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
-
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools