summaryrefslogtreecommitdiffstats
path: root/automake/local.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-05-27 13:47:02 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-05-27 13:47:02 +0000
commitacd7c408f42269aa9c506dceef6635ffa77b653c (patch)
treed68f4ce0dacd5bd11f9757081cd49faa296f4c51 /automake/local.am
parent2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-acd7c408f42269aa9c506dceef6635ffa77b653c.tar.bz2
2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 321: * aclocal/check-bsp-cache.m4: Remove support for profile-variant. * aclocal/env-rtemsbsp.m4 * automake/compile.am * automake/host.am * automake/local.am
Diffstat (limited to 'automake/local.am')
-rw-r--r--automake/local.am12
1 files changed, 2 insertions, 10 deletions
diff --git a/automake/local.am b/automake/local.am
index 51572dccc5..fa90e4c3a4 100644
--- a/automake/local.am
+++ b/automake/local.am
@@ -8,14 +8,6 @@ debug:
.PHONY: debug
-profile:
- @echo
- @echo "\"make profile\" is obsolete, instead use:"
- @echo " make VARIANT=PROFILE"
- @echo
-
-.PHONY: profile
-
preinstall-am: $(PREINSTALL_FILES)
preinstall: preinstall-am
.PHONY: preinstall preinstall-am
@@ -28,8 +20,8 @@ ${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
+ $(RM) -r o-optimize o-debug $(CLEANDIRS)
+ $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools