Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Mar 1995 15:42:45 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-current@FreeBSD.org (FreeBSD-current users)
Subject:   -nostdinc in Makefile.i386 breaks stand-alone compiles
Message-ID:  <199503051442.PAA01446@uriah.heep.sax.de>

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.
-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/
Never trust an operating system you don't have sources for. ;-)



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