cvs commit: src/share/mk bsd.dep.mk

Ruslan Ermilov ru at FreeBSD.org
Mon Jan 12 07:29:50 PST 2004


ru          2004/01/12 07:29:47 PST

  FreeBSD src repository

  Modified files:
    share/mk             bsd.dep.mk 
  Log:
  - Replaced several := ops with their += equivalents; the old
    form became unnecessary with the bsd.prog.mk,v 1.69 change.
  
  - Eliminated duplicate y.tab.h in SRCS.
  
  Reviewed by:    bde
  
  - Complementary to the said bsd.prog.mk change, use the fact
    that inner .for loops are not real loops but a tricky form
    of a local macro for the outer loop's variable, and switch
    to using faster variable modifiers to replace extensions.
  
  Revision  Changes    Path
  1.42      +8 -9      src/share/mk/bsd.dep.mk


More information about the cvs-all mailing list