Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 1997 06:00:08 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        andreas@klemm.gtn.com, current@FreeBSD.ORG
Subject:   Re: "make includes" doesn't create necessary subdirs under /usr/include
Message-ID:  <199708292000.GAA23290@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>"make includes" doesn't create necessary subdirs under /usr/include
>before copying the header files into it...

It's not supposed to.  In fact, it clobbers all subdirs and replaces
them by symlinks.  `includes' is a private subtarget for `world' and
should never be used directly.  Use `make install' in src/include to
create the subdirs.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708292000.GAA23290>