Re: Handling of shell builtins in make(1)

From: Harti Brandt (hartmut.brandt_at_dlr.de)
Date: 05/24/05

  • Next message: Harti Brandt: "Re: Handling of shell builtins in make(1)"
    Date: Tue, 24 May 2005 09:32:11 +0200 (CEST)
    To: Max Okumoto <okumoto@ucsd.edu>
    
    

    On Mon, 23 May 2005, Max Okumoto wrote:

    MO>Harti Brandt <hartmut.brandt@dlr.de> writes:
    MO>
    MO>> I think all this may be very confusing. The question is what to do. I
    MO>> see the following options:
    MO>>
    MO>> 1. leave it as it is.
    MO>>
    MO>> 2. include the Posix reserved words and builtins into the list.
    MO>>
    MO>> 3. include all reserved words and builtins of our shell into the list.
    MO>
    MO>4. Extend .SHELL: to allow specifing a list of built-in. And then
    MO> we should define them in bsd.sys.mk or some other config file.

    Sure. That code is ready already. The question is what list of builtins do
    we include per-default?

    harti
    _______________________________________________
    freebsd-arch@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-arch
    To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"


  • Next message: Harti Brandt: "Re: Handling of shell builtins in make(1)"

    Relevant Pages

    • Re: Handling of shell builtins in make(1)
      ... SL>> I think I found a problem in the shell code in make, ... SL>> is not called with -j) the command ... SL>> builtins, make directly exec's the command instead of using an intermediate ... SL>> foo: ...
      (freebsd-arch)
    • Handling of shell builtins in make(1)
      ... I think I found a problem in the shell code in make, ... command lines of a target are executed by one shell per line (this is also ... The problem is that the current list of builtins is ...
      (freebsd-arch)
    • Re: Handling of shell builtins in make(1)
      ... > I think I found a problem in the shell code in make, ... > command lines of a target are executed by one shell per line (this is ... > predefined set of shell builtins, ...
      (freebsd-arch)
    • Re: Handling of shell builtins in make(1)
      ... Extend .SHELL: to allow specifing a list of built-in. ... SH>I think it's more that hardcoding a list of builtins is undesirable. ... 'bind' execute the shell builtin or do we want to execute it ...
      (freebsd-arch)
    • Re: Handling of shell builtins in make(1)
      ... > -j) the command lines of a target are executed by one shell per line ... > predefined set of shell builtins, ...
      (freebsd-arch)