Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Mar 1995 12:34:50 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        freebsd-current@FreeBSD.org, j@uriah.heep.sax.de
Subject:   Re: -nostdinc in Makefile.i386 breaks stand-alone compiles
Message-ID:  <199503060234.MAA10599@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>Bruce's change to have the kernel compiled with -nostdinc breaks
>`stand-alone' kernel builds, i.e. i cannot do

>	cvs co sys
>	cd sys/i386/conf
>	config GENERIC
>	cd ../../compile/GENERIC
>	make

>which did it previously.

>I'm just removing the -stdinc from my private Makefile by now, but i
>don't have an idea on how to solve the problem globally.

Lots of other things already require a fairly complete tree.  E.g.,
src/sbin/fsck requires ../../sys/ufs/ffs.  I don't like this either.

Bruce



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