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

cvs commit: src/usr.bin/make


From: Max Okumoto <okumoto@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 17 Dec 2004 00:09:58 -0800 (PST)

okumoto     2004/12/17 00:09:58 PST

DragonFly src repository

  Modified files:
    usr.bin/make         parse.c targ.c var.c 
  Log:
  o Remove a useless list where just all command lines are stuffed
    onto, never used and just freed at the end. The idea might have
    been to be able to free all the strings, but what's the point to
    free just before exiting?
  
  o Remove a list that used to hold all the GNodes just to be able
    to free them just before exiting.
  
  o Remove a list that was just used to free all variables just before
    exiting.
  
  Taken-from: FreeBSD
  Author: harti
  
  Revision  Changes    Path
  1.26      +0 -4      src/usr.bin/make/parse.c
  1.18      +0 -39     src/usr.bin/make/targ.c
  1.26      +6 -17     src/usr.bin/make/var.c


http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/parse.c.diff?r1=1.25&r2=1.26&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/targ.c.diff?r1=1.17&r2=1.18&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/var.c.diff?r1=1.25&r2=1.26&f=u



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