Date: Sun, 25 Mar 2001 10:24:37 -0800 From: "David O'Brien" <TrimYourCc@NUXI.com> To: Jochen Kaiser <Jochen.Kaiser@rrze.uni-erlangen.de> Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: problems with: /usr/src/lib/libc Message-ID: <20010325102437.A59098@dragon.nuxi.com> In-Reply-To: <20010325200930.A11844@devil.rrze.uni-erlangen.de>; from Jochen.Kaiser@rrze.uni-erlangen.de on Sun, Mar 25, 2001 at 08:09:31PM %2B0200 References: <20010325200930.A11844@devil.rrze.uni-erlangen.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Mar 25, 2001 at 08:09:31PM +0200, Jochen Kaiser wrote:
> why are all my .o files in /usr/obj/usr/src/lib/libc and not in
> /usr/src/lib/libc ?
Because that is how our make framework works w/in /usr/src
See the readme in /usr/share/mk/
 
> I changed syscalls.master, created new syscall, made headers in
> /usr/src/include and tried to make the libs via
> make install in /usr/src/lib/libc.
...
> How May I fix it?
    cd /usr/src/lib/libc
    make cleandir
    make cleandir
    # do NOT do a `make obj'
    make depend
    make
    make install
If that does not work, then rm -rf /usr/obj/* and try again.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010325102437.A59098>
