From acd7c408f42269aa9c506dceef6635ffa77b653c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 27 May 2003 13:47:02 +0000 Subject: 2003-05-27 Ralf Corsepius 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 --- automake/local.am | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'automake/local.am') 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 -- cgit v1.2.3