summaryrefslogtreecommitdiffstats
path: root/cpukit/automake/local.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-05-27 13:03:29 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-05-27 13:03:29 +0000
commitd46ec86a67fc313ac2a9b00e0ca440da4d6a0668 (patch)
tree09fdac061e3475c9358ba232dcac8a711f5f340a /cpukit/automake/local.am
parent2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d46ec86a67fc313ac2a9b00e0ca440da4d6a0668.tar.bz2
2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 321: * aclocal/env-rtemscpu.m4: Remove support for profile-variant. * automake/compile.am: Ditto. * automake/local.am: Ditto.
Diffstat (limited to 'cpukit/automake/local.am')
-rw-r--r--cpukit/automake/local.am12
1 files changed, 2 insertions, 10 deletions
diff --git a/cpukit/automake/local.am b/cpukit/automake/local.am
index 90418b29b8..0cdbdb50b1 100644
--- a/cpukit/automake/local.am
+++ b/cpukit/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
@@ -25,6 +17,6 @@ depend: depend-am
.PHONY: depend depend-am depend-gcc
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