diff mbox

[U-Boot] MAKEALL: rename coldfire list to m68k to match arch

Message ID 1317014839-16492-1-git-send-email-vapier@gentoo.org
State Accepted
Commit c13f47b0d77aee8e6c04ab104d79785ac110623d
Delegated to: Wolfgang Denk
Headers show

Commit Message

Mike Frysinger Sept. 26, 2011, 5:27 a.m. UTC
The m68k tree is the only one where `./MAKEALL <arch>` does not work.
So rename the existing coldfire list in the MAKEALL script to m68k, and
add an alias from coldfire to m68k.  This makes scripting around MAKEALL
easier.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 MAKEALL |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

Comments

Mike Frysinger Sept. 26, 2011, 5:31 a.m. UTC | #1
[ +cc coldfire maintainer ]

On Monday, September 26, 2011 01:27:19 Mike Frysinger wrote:
> The m68k tree is the only one where `./MAKEALL <arch>` does not work.
> So rename the existing coldfire list in the MAKEALL script to m68k, and
> add an alias from coldfire to m68k.  This makes scripting around MAKEALL
> easier.
> 
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
> ---
>  MAKEALL |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/MAKEALL b/MAKEALL
> index 4d18c11..52bc355 100755
> --- a/MAKEALL
> +++ b/MAKEALL
> @@ -437,7 +437,7 @@ LIST_microblaze="$(boards_by_arch microblaze)"
>  ## ColdFire Systems
>  #########################################################################
> 
> -LIST_coldfire="$(boards_by_arch m68k)
> +LIST_m68k="$(boards_by_arch m68k)
>  	astro_mcf5373l		\
>  	cobra5272		\
>  	EB+MCF-EV123		\
> @@ -451,6 +451,7 @@ LIST_coldfire="$(boards_by_arch m68k)
>  	M5475AFE		\
>  	M5485AFE		\
>  "
> +LIST_coldfire=${LIST_m68k}
> 
>  #########################################################################
>  ## AVR32 Systems
diff mbox

Patch

diff --git a/MAKEALL b/MAKEALL
index 4d18c11..52bc355 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -437,7 +437,7 @@  LIST_microblaze="$(boards_by_arch microblaze)"
 ## ColdFire Systems
 #########################################################################
 
-LIST_coldfire="$(boards_by_arch m68k)
+LIST_m68k="$(boards_by_arch m68k)
 	astro_mcf5373l		\
 	cobra5272		\
 	EB+MCF-EV123		\
@@ -451,6 +451,7 @@  LIST_coldfire="$(boards_by_arch m68k)
 	M5475AFE		\
 	M5485AFE		\
 "
+LIST_coldfire=${LIST_m68k}
 
 #########################################################################
 ## AVR32 Systems