cvs commit: src/usr.bin/make make.1 nonints.h parse.c var.c

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Nov 18 15:50:20 PST 2003


dillon      2003/11/18 15:49:55 PST

DragonFly src repository

  Modified files:
    usr.bin/make         make.1 nonints.h parse.c var.c 
  Log:
  Add a .makeenv directive to make, which allows variables to be exported to
  the environment.  This will be used to support certain ports hacks but it
  will also be generally useful in the future.
  
  Revision  Changes    Path
  1.3       +4 -1      src/usr.bin/make/make.1
  1.4       +1 -0      src/usr.bin/make/nonints.h
  1.4       +19 -12    src/usr.bin/make/parse.c
  1.4       +22 -1     src/usr.bin/make/var.c


http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/make.1.diff?r1=1.2&r2=1.3&f=h
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/nonints.h.diff?r1=1.3&r2=1.4&f=h
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/parse.c.diff?r1=1.3&r2=1.4&f=h
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/var.c.diff?r1=1.3&r2=1.4&f=h





More information about the Commits mailing list