Subject: Re: CVS commit: src
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: Jachym Holecek <freza@dspfpga.com>
List: tech-toolchain
Date: 11/25/2006 13:59:26
# 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