cvs commit: www Makefile

Giorgos Keramidas keramida at FreeBSD.org
Wed Sep 12 09:49:37 PDT 2007


keramida    2007-09-12 16:49:37 UTC

  FreeBSD doc repository

  Modified files:
    .                    Makefile 
  Log:
  Tiny toplevel www/Makefile nit.
  
  The <bsd.obj.mk> makefile include already pulls in <bsd.subdir.mk>,
  so including the later again causes spurious warnings about targets
  being redefined, like:
  
  "/usr/share/mk/bsd.subdir.mk", line 57: warning: duplicate script for target "_SUBDIR" ignored
  "/usr/share/mk/bsd.subdir.mk", line 66: warning: duplicate script for target "en" ignored
  "/usr/share/mk/bsd.subdir.mk", line 84: warning: duplicate script for target "files" ignored
  "/usr/share/mk/bsd.subdir.mk", line 84: warning: duplicate script for target "includes" ignored
  
  Removing the extra <bsd.subdir.mk> include fixes this.
  
  Revision  Changes    Path
  1.26      +1 -2      www/Makefile


More information about the cvs-doc mailing list