From owner-cvs-all Tue Sep 17 15:38: 1 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 0C47737B408; Tue, 17 Sep 2002 15:38:00 -0700 (PDT) Date: Tue, 17 Sep 2002 15:38:00 -0700 From: Juli Mallett To: 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: <20020917153759.A23984@FreeBSD.org> References: <200209172231.g8HMVRGg008239@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200209172231.g8HMVRGg008239@freefall.freebsd.org>; from jmallett@FreeBSD.org on Tue, Sep 17, 2002 at 03:31:27PM -0700 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , , X-Towel: Yes X-LiveJournal: flata, jmallett X-Negacore: Yes 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 * 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 > statements *always* go to stderr rather than sometimes stdout. There are > a few stragglers, which I will take care of as soon as I can. Mostly these > relate to the need-for-death-of some of the remote job code. Someone who has a good idea for how to stubify this macro in the BOOTSTRAPPING case, please let me know. My solutions fail on using enum { DIR } because DIR is an stdio type. -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message