From b68265df9bcc66801c23b8abaff7e9e43a3b280b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 16 Oct 2009 14:24:43 +0000 Subject: =?UTF-8?q?2009-10-16=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * aclocal/bsp-alias.m4: Remove bare BSP (Abandoned). --- ChangeLog | 4 ++++ aclocal/bsp-alias.m4 | 8 +------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8a830baf1b..a6d6f3f285 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-10-16 Ralf Corsépius + + * aclocal/bsp-alias.m4: Remove bare BSP (Abandoned). + 2009-10-16 Thomas Doerfler * README.configure: added COBRA5475 reference diff --git a/aclocal/bsp-alias.m4 b/aclocal/bsp-alias.m4 index 71b48d4591..2bf9c0d3ee 100644 --- a/aclocal/bsp-alias.m4 +++ b/aclocal/bsp-alias.m4 @@ -6,19 +6,13 @@ dnl _RTEMS_BSP_ALIAS(BSP_ALIAS,RTEMS_BSP_FAMILY) dnl Internal subroutine to RTEMS_BSP_ALIAS AC_DEFUN([_RTEMS_BSP_ALIAS], [# account for "aliased" bsps which share source code - case $1 in - bare*) $2=bare ;; # EXP: bare-aliases - - *) for bsp_cfgs in `ls "$srcdir/$RTEMS_TOPdir/c/src/lib/libbsp/$RTEMS_CPU/*/make/custom/$1.cfg" 2>/dev/null`; do $2=`echo "$bsp_cfgs" | sed \ -e "s,^$srcdir/$RTEMS_TOPdir/c/src/lib/libbsp/$RTEMS_CPU/,," \ -e "s,/make/custom/.*\.cfg$,,"` break done - ;; - esac] -) +]) dnl RTEMS_BSP_ALIAS(BSP_ALIAS,RTEMS_BSP_FAMILY) dnl convert a bsp alias $1 into its bsp directory RTEMS_BSP_FAMILY -- cgit v1.2.3