Date: Wed, 12 Sep 2007 16:49:37 +0000 (UTC) From: Giorgos Keramidas <keramida@FreeBSD.org> To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www Makefile Message-ID: <200709121649.l8CGnb0p051906@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709121649.l8CGnb0p051906>