Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2002 15:31:27 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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:  <200209172231.g8HMVRGg008239@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  
  Nearby stylistic nits and XXX added/fixed where appropriate.
  
  Revision  Changes    Path
  1.27      +1 -1      src/usr.bin/make/Makefile
  1.30      +15 -20    src/usr.bin/make/arch.c
  1.30      +5 -11     src/usr.bin/make/compat.c
  1.21      +4 -8      src/usr.bin/make/cond.c
  1.26      +27 -77    src/usr.bin/make/dir.c
  1.17      +4 -8      src/usr.bin/make/for.c
  1.40      +42 -158   src/usr.bin/make/job.c
  1.19      +25 -49    src/usr.bin/make/make.c
  1.20      +7 -0      src/usr.bin/make/make.h
  1.41      +1 -2      src/usr.bin/make/parse.c
  1.22      +32 -76    src/usr.bin/make/suff.c
  1.20      +2 -2      src/usr.bin/make/targ.c
  1.31      +7 -19     src/usr.bin/make/var.c

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?200209172231.g8HMVRGg008239>