cvs commit: www/share/mk web.site.mk

Alexey Zelkin phantom at FreeBSD.org
Sun May 11 14:24:43 PDT 2003


phantom     2003/05/11 14:24:42 PDT

  FreeBSD doc repository

  Modified files:
    share/mk             web.site.mk 
  Log:
  Unconditionally set 'NO_SUBDIR' define.
  
  web.site.mk includes bsd.subdir.mk via bsd.obj.mk which is responsible
  for processing of 'SUBDIR' make variable.  But since we are handling
  'SUBDIR' here explicitly, doing same thing (second time!) via
  bsd.subdir.mk's rules makes no sense and only adds disk IO overhead.
  
  Some numbers... (for 'make -DENGLISH_ONLY -DWEB_ONLY' in www/en):
  
  [before]
  $ grep ^=== out.make | wc -l
       272
  $ grep ^=== out.make | sort -u | wc -l
        78
  
  [after]
  $ grep ^=== out.make | wc -l
        78
  
  Revision  Changes    Path
  1.45      +7 -1      www/share/mk/web.site.mk


More information about the cvs-doc mailing list