From owner-freebsd-current Sun Mar 5 06:54:40 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA07762 for current-outgoing; Sun, 5 Mar 1995 06:54:40 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id GAA07738 for ; Sun, 5 Mar 1995 06:54:33 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA15829; Sun, 5 Mar 1995 15:51:32 +0100 Received: by sax.sax.de (8.6.9/8.6.9-s1) with UUCP id PAA09313 for freebsd-current@FreeBSD.org; Sun, 5 Mar 1995 15:51:31 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.9/8.6.9) id PAA01446 for freebsd-current@FreeBSD.org; Sun, 5 Mar 1995 15:42:46 +0100 From: J Wunsch Message-Id: <199503051442.PAA01446@uriah.heep.sax.de> Subject: -nostdinc in Makefile.i386 breaks stand-alone compiles To: freebsd-current@FreeBSD.org (FreeBSD-current users) Date: Sun, 5 Mar 1995 15:42:45 +0100 (MET) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 486 Sender: current-owner@FreeBSD.org Precedence: bulk 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. ;-)