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 17:29:31 -0800 (PST)

joerg       2004/11/30 17:29:31 PST

DragonFly src repository

  Modified files:
    usr.bin/make         Makefile main.c make.1 nonints.h var.c 
  Log:
  Makefile: 1.32->1.33
  main.c: 1.90->1.91
  nonints.h: 1.22->1.23
  var.c: 1.47->1.48
  Author: harti
  Log:
  Put variable assignments on .MAKEFLAGS and .MFLAGS targets into
  the .MAKEFLAGS variable so that these are also passed to sub-makes.
  This makes the handling of variables in the command environment more
  consistent.
  
  PR:             bin/68853
  Submitted by:   Martin Kamerhofer <data@xxxxxxxxxxxxxx>
  
  make.1:1.78->1.79
  Author: ru
  Log:
  Document the effects of modifying the .MAKEFLAGS internal
  variable and using the .MAKEFLAGS special target, and the
  differences between them.
  
  Reviewed by:    harti
  
  Obtained-from: FreeBSD
  Submitted-by: Max Okumoto <okumoto@xxxxxxxx>
  
  Slightly adjust the change Var_Quote to not cast away a const.
  
  Revision  Changes    Path
  1.9       +1 -1      src/usr.bin/make/Makefile
  1.23      +7 -6      src/usr.bin/make/main.c
  1.14      +24 -1     src/usr.bin/make/make.1
  1.18      +1 -1      src/usr.bin/make/nonints.h
  1.17      +7 -46     src/usr.bin/make/var.c


http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/Makefile.diff?r1=1.8&r2=1.9&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/main.c.diff?r1=1.22&r2=1.23&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/make.1.diff?r1=1.13&r2=1.14&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/nonints.h.diff?r1=1.17&r2=1.18&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/var.c.diff?r1=1.16&r2=1.17&f=u



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