Subject: Re: what makes /usr/include/g++/ directories?
To: None <current-users@NetBSD.org>
From: Bernd Ernesti <netbsd@lists.veego.de>
List: current-users
Date: 08/02/2006 20:09:53
On Wed, Aug 02, 2006 at 12:57:45PM -0500, Jeremy C. Reed wrote:
> > > What makes the /usr/include/g++/ directories?
> >
> > src/etc/Makefile:
> >
> > [..]
> > distrib-dirs: .PHONY check_DESTDIR
> > [..]
>
> Thanks. I see the directories I needed were added back in May to
> NetBSD.dist.
Ah, I didn't check that part.
> I didn't think NetBSD.dist was for this since the "make includes" does do
> many "mkdir -p" for many include directories also.
Maybe it was there, but that was gone after gcc4 was imported and is used
now.
> Should "make includes" do the "distrib-dirs" target first?
Hmm, imho no. That would change also some other directories.
> Or is it not normal to run "make includes"?
I do that too, and sometimes it fails. Then I check the output of
an mtree without -u or -U.
Bernd