2003-06-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* bsp.mak: Remove support for profile-variant.
	* configure.ac: Ditto.
	* directory.cfg: Ditto.
	* compilers/gcc-target-default.cfg: Ditto.
	* make/README: Remove references to profile-variant.
This commit is contained in:
Ralf Corsepius
2003-06-06 05:47:08 +00:00
parent 888622c431
commit 79ce8b2fd5
+1 -1
View File
@@ -13,7 +13,7 @@
$(RECURSE_TARGETS):
@set fnord $(MAKEFLAGS); amf=$$2; \
dot_seen=no; \
target=`echo $@ | sed -e s/-recursive// -e s/debug_// -e s/profile_// `; \
target=`echo $@ | sed -e s/-recursive// -e s/debug_// `; \
list='$(SUBDIRS)'; for subdir in $$list; do \
echo "Making $$target in $$subdir"; \
local_target="$$target"; \