[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] Help with GNU Bash source understanding
From: |
Pierre Gaston |
Subject: |
Re: [Help-bash] Help with GNU Bash source understanding |
Date: |
Sat, 2 Sep 2017 18:35:32 +0300 |
On Sat, Sep 2, 2017 at 9:04 AM, Jason Mielke <address@hidden> wrote:
> The first line of builtins/mkbuiltins.c gives the comment:
>
> /* mkbuiltins.c - Create builtins.c, builtext.h, and builtdoc.c from
> a single source file called builtins.def. */
>
> Where is builtins.def?
>
> Thanks!
>
> JHM
>
> I think that here you must understand "builtins" as a generic term for all
the builtins of bash so it generates the corresponding code from all the
.def files in the builtins directory