Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2002 15:38:00 -0700
From:      Juli Mallett <jmallett@FreeBSD.org>
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>
In-Reply-To: <200209172231.g8HMVRGg008239@freefall.freebsd.org>; from jmallett@FreeBSD.org on Tue, Sep 17, 2002 at 03:31:27PM -0700
References:  <200209172231.g8HMVRGg008239@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
* De: Juli Mallett <jmallett@FreeBSD.org> [ 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 <jmallett@FreeBSD.org>       | 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020917153759.A23984>