From owner-cvs-src@FreeBSD.ORG Thu Dec 13 18:52:41 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E208C16A421; Thu, 13 Dec 2007 18:52:41 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 2C62A13C4D1; Thu, 13 Dec 2007 18:52:40 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from kobe.laptop (vader.bytemobile-rio.ondsl.gr [83.235.57.37]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id lBDIqHd2027086 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 13 Dec 2007 20:52:31 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id lBDIq9UM003985; Thu, 13 Dec 2007 20:52:09 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id lBDIq90J003984; Thu, 13 Dec 2007 20:52:09 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Thu, 13 Dec 2007 20:52:08 +0200 From: Giorgos Keramidas To: Warner Losh Message-ID: <20071213185208.GA3955@kobe.laptop> References: <200712130008.lBD082lO095232@repoman.freebsd.org> <200712112000.lBBK0tc3073820@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200712130008.lBD082lO095232@repoman.freebsd.org> <200712112000.lBBK0tc3073820@repoman.freebsd.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.1, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.30, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2007 18:52:42 -0000 On 2007-12-11 20:00, Warner Losh wrote: > Don't assume that make(1) is a bsd-like make program. It might not > be. This only matters in the early stages of bootstrapping, of > course, but gnu make can't handle bsd make Makefiles at all if they > use any of the 'dot' directives, which src/Makefile has in abudnance. > > Revision Changes Path > 1.343 +5 -3 src/Makefile On 2007-12-13 00:08, Warner Losh wrote: > We don't need to invent BSDMAKE. ${MAKE} is sufficient. > > Submitted by: jmallet@ > > Revision Changes Path > 1.344 +2 -3 src/Makefile Cool! That sounds like a step in a good direction, so we can override BSDMAKE in the first stages when /usr/bin/make is, say, gmake :)