[K42-discussion] Complete build/mambo regress with GIT Makefile.new

Patrick G. Bridges bridges at cs.unm.edu
Thu May 10 08:25:18 EST 2007


Sorry for the delay. Looks good to me, Amos. I'm probably going to  
attack GCC4 next week, so I'll probably have a new series of patches  
starting middle of next week initially based on what Donour has  
already done.

-Patrick

On Apr 25, 2007, at 8:30 PM, Amos Waterland wrote:

> On an Unbuntu system the new K42 build system does this:
>
>  ../install/tools/Linux_i686/powerpc/stubgen/stubgen: 29: function:  
> not found
>  *** :0::
>  *** error:  exited with ::
>             :
>
> It turns out stubgen.sh uses the 'function' keyword, which is not
> supported by a pure /bin/sh.  I think this patch is safe to go in,
> unless anybody has objections.
>
> Signed-off-by: Amos Waterland <apw at us.ibm.com>
>
> ---
>
>  stubgen.sh |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/build/shared/stubgen/scripts/stubgen.sh b/tools/ 
> build/shared/stubgen/scripts/stubgen.sh
> index 2d29f02..61b4fa6 100644
> --- a/tools/build/shared/stubgen/scripts/stubgen.sh
> +++ b/tools/build/shared/stubgen/scripts/stubgen.sh
> @@ -1,4 +1,4 @@
> -#!/bin/sh
> +#!/bin/bash
>
>  #  
> ###################################################################### 
> #
>  # K42: (C) Copyright IBM Corp. 2000.
> _______________________________________________
> K42-discussion mailing list
> K42-discussion at ozlabs.org
> https://ozlabs.org/mailman/listinfo/k42-discussion




More information about the K42-discussion mailing list