mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 00:55:21 +08:00
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:
@@ -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"; \
|
||||
|
||||
Reference in New Issue
Block a user