cvs commit: src/usr.bin/make Makefile main.c nonints.h var.c

Hartmut Brandt harti at FreeBSD.org
Thu Aug 12 04:49:56 PDT 2004


harti       2004-08-12 11:49:55 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         Makefile main.c nonints.h var.c 
  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 at sbox.tugraz.at>
  
  Revision  Changes    Path
  1.33      +1 -1      src/usr.bin/make/Makefile
  1.91      +7 -6      src/usr.bin/make/main.c
  1.23      +1 -1      src/usr.bin/make/nonints.h
  1.48      +4 -44     src/usr.bin/make/var.c


More information about the cvs-src mailing list