bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bootstrap: marking gnulib-copied/generated files as such


From: Ralf Wildenhues
Subject: Re: bootstrap: marking gnulib-copied/generated files as such
Date: Fri, 8 Sep 2006 09:07:54 +0200
User-agent: Mutt/1.5.13 (2006-09-01)

Hello Jim,

* Jim Meyering wrote on Fri, Sep 08, 2006 at 08:54:50AM CEST:
> --- bootstrap 7 Sep 2006 21:00:58 -0000       1.8
> +++ bootstrap 8 Sep 2006 06:48:43 -0000
> @@ -212,6 +212,29 @@
>    fi;;
>  esac
>  
> +cp_mark_as_generated()
> +{
> +  local src=$1
> +  local dst=$2
> +  local c1 c2

Just FYI: this bootstrap script will not work any more with some shells
that are still in practical use.  The Tru64 /bin/sh for example does not
understand `local', unlike its /usr/bin/posix/sh.
(I have not tested whether it worked with /bin/sh before; but from a
glance, I don't see why it should not.)

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]