From owner-cvs-all Wed Sep 18 7:51:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E62437B401; Wed, 18 Sep 2002 07:51:56 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09BFD43E3B; Wed, 18 Sep 2002 07:51:52 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id g8IEpmJF099678; Wed, 18 Sep 2002 07:51:48 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.5/Submit) id g8IEpmoZ099677; Wed, 18 Sep 2002 07:51:48 -0700 (PDT) Date: Wed, 18 Sep 2002 07:51:48 -0700 From: "David O'Brien" To: Juli Mallett , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make Makefile arch.c compat.c cond.c dir.c for.c job.c make.c make.h parse.c suff.c targ.c var.c Message-ID: <20020918145148.GA99625@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Juli Mallett , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20020917153759.A23984@FreeBSD.org> <20020918221316.I15381-100000@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020918221316.I15381-100000@gamplex.bde.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Sep 18, 2002 at 10:27:29PM +1000, Bruce Evans wrote: > On Tue, 17 Sep 2002, Juli Mallett wrote: > > > * De: Juli Mallett [ Data: 2002-09-17 ] > > [ Subjecte: cvs commit: src/usr.bin/make Makefile arch.c compat.c cond.c dir.c for.c job.c make.c make.h parse.c suff.c targ.c var.c ] > > > jmallett 2002/09/17 15:31:27 PDT > > > > > > Modified files: > > > usr.bin/make Makefile arch.c compat.c cond.c dir.c > > > for.c job.c make.c make.h parse.c suff.c > > > targ.c var.c > > > Log: > > > Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), using > > > variable length arguments to a macro. Bump version as this makes DEBUG ... > This greatly unportabilizes make. Now it can't be compiled by C compilers > (C90). Agreed this is a step backwards. jmallett you should look at how NetBSD can now bootstrap from a Solaris, Tru64, Linux, and even Cygwin(iirc) environment. Wasn't there an effort to sync our Make with NetBSD's? Christos Zoulas @netbsd.org was the CSRG make(1) maintainer in the Net/2-4.4BSD days. So I trust his work on make today and feels he keeps to the spirit of the code. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message