DragonFly BSD
DragonFly commits List (threaded) for 2004-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/usr.bin/make


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 30 Nov 2004 11:12:57 -0800 (PST)

joerg       2004/11/30 11:12:57 PST

DragonFly src repository

  Modified files:
    usr.bin/make         compat.c job.c make.1 nonints.h 
  Log:
  Makefile:1.30->1.31
  compat.c:1.36->1.37
  job.c:1.49->1.50
  Author: harti
  Log:
  Implement POSIX's '+' flag for command lines. This flag causes a line
  to be executed even when -n is given on the command line to make. This is
  very handy for calls to submakes.
  
  This is slightly changed from the original patch as obtained from NetBSD.
  The NetBSD variant prints lines which have both '+' and '@' when -n
  is specified. The commited version always obeys '@'.
  
  Bump MAKE_VERSION so Makefiles can use this conditionally.
  
  PR:             standards/66357 (partly)
  Submitted by:   Mark Baushke <mdb@xxxxxxxxxxx>
  Obtained from:  NetBSD
  
  make.1:1.74->1.75
  Author: harti
  Log:
  Bump the date in .Dd for the recent '+' flag commit.
  
  Requested by: ru
  
  Obtained-from: FreeBSD
  Submitted-by: Max Okumoto <okumoto@xxxxxxxx>
  
  Revision  Changes    Path
  1.13      +43 -24    src/usr.bin/make/compat.c
  1.20      +21 -4     src/usr.bin/make/job.c
  1.12      +10 -4     src/usr.bin/make/make.1
  1.16      +1 -0      src/usr.bin/make/nonints.h


http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/compat.c.diff?r1=1.12&r2=1.13&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/job.c.diff?r1=1.19&r2=1.20&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/make.1.diff?r1=1.11&r2=1.12&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/nonints.h.diff?r1=1.15&r2=1.16&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]