Subject: Re: CVS commit: src
To: None <freza@dspfpga.com>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-toolchain
Date: 11/25/2006 22:21:08
> # YAMAMOTO Takashi 2006-11-25:
> > > Module Name: src
> > > Committed By: riz
> > > Date: Wed Nov 22 15:08:47 UTC 2006
> > >
> > > Modified Files:
> > > src/sys/sys: exec_elf.h
> > > src/tools: Makefile Makefile.disklabel
> > > src/tools/paxctl: Makefile
> > > src/usr.bin/paxctl: paxctl.c
> > >
> > > Log Message:
> > > Make sys/exec_elf.h and machine/elf_machdep.h available to host
> > > tools, and allow paxctl to use them when compiled as a host
> > > tool. This fixes the build on MacOS X (and perhaps other platforms)
> >
> > it doesn't seem related to "disklabel".
>
> Right, however that's where nbinclude creation is handled. That should
> move to tools/Makefile:beforedepend (or somesuch) to avoid multiple
> installation passes of nbinclude (disklabel, fdisk, installboot, paxctl).
>
> Any objections against making it so?
>
> -- Jachym
FYI, there's a PR. (PR/34551)
i have a patch to pre-create the list of headers.
YAMAMOTO Takashi