From owner-cvs-all Mon Nov 15 23:41:18 1999 Delivered-To: cvs-all@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id B0CAC14C9C; Mon, 15 Nov 1999 23:41:14 -0800 (PST) (envelope-from marcel@scc.nl) Received: from [212.238.132.94] (helo=scones.sup.scc.nl) by post.mail.nl.demon.net with esmtp (Exim 2.12 #1) id 11ndF8-000DKE-00; Tue, 16 Nov 1999 07:41:34 +0000 Received: from scc.nl (scones.sup.scc.nl [192.168.2.4]) by scones.sup.scc.nl (8.9.3/8.9.3) with ESMTP id IAA72625; Tue, 16 Nov 1999 08:41:08 +0100 (CET) (envelope-from marcel@scc.nl) Message-ID: <38310A94.B1939A83@scc.nl> Date: Tue, 16 Nov 1999 08:41:08 +0100 From: Marcel Moolenaar Organization: SCC vof X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.5 i386) X-Accept-Language: en MIME-Version: 1.0 To: Warner Losh Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 src/usr.bin/make Makefile References: <199911151707.JAA03820@freefall.freebsd.org> <199911160533.WAA02391@harmony.village.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Warner Losh wrote: > > In message <199911151707.JAA03820@freefall.freebsd.org> Marcel Moolenaar writes: > : Remove CROSS_MAKE_FLAGS. > > Why? And why didn't you check with the author of CROSS_MAKE_FLAGS > first (me)? This is needed, imho, to build things properly. If make is compiled against the right set of headers, you are never going to need this. The Makefiles are full of those `cross-compilation' hacks that are basicly only needed because cross-building is broken by design. The only way to fix cross-building is to get to the bones of things and CROSS_MAKE_FLAGS is currently in the way. -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ The FreeBSD project mailto:marcel@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message