cvs commit: src/usr.bin/make arch.c parse.c

Max Okumoto okumoto at crater.dragonflybsd.org
Thu Mar 3 10:23:10 PST 2005


okumoto     2005/03/03 10:22:58 PST

DragonFly src repository

  Modified files:
    usr.bin/make         arch.c parse.c 
  Log:
  parse.c:
      ParseLinkSrc()
  	Update the description comment of the function to reflect
  	the previous change.
  
  parse.c:
  	Fix parsing of archive specifications on the target side
  	of dependency lines.  It seems that nobody is actually is
  	using the archive-feature of make.
  
  arch.c
  	Fix parsing of archives: in System V archive format the
  	member names is terminated with a slash. Although we are
  	not System V, ar has been configured to put that slash in.
  	This format allows filenames with trailing spaces.
  
  	Style: remove unneeded parantheses in conditionals.
  
  Author: harti
  Date: 2005/03/03 10:07:28
  Date: 2005/03/03 10:09:39
  Date: 2005/03/03 10:46:23
  Date: 2005/03/03 11:34:04
  
  Revision  Changes    Path
  1.39      +12 -10    src/usr.bin/make/arch.c
  1.50      +3 -5      src/usr.bin/make/parse.c


http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/arch.c.diff?r1=1.38&r2=1.39&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/parse.c.diff?r1=1.49&r2=1.50&f=u





More information about the Commits mailing list