From owner-freebsd-www@FreeBSD.ORG Sun Sep 2 21:52:08 2007 Return-Path: Delivered-To: freebsd-www@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 865AD16A417 for ; Sun, 2 Sep 2007 21:52:08 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id D505313C457 for ; Sun, 2 Sep 2007 21:52:07 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from kobe.laptop (dialup237.ach.sch.gr [81.186.70.237]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-8) with ESMTP id l82LYPuj002324 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 3 Sep 2007 00:34:39 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l82LY9rM002239 for ; Mon, 3 Sep 2007 00:34:18 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l823DAaT001850 for freebsd-www@freebsd.org; Sun, 2 Sep 2007 06:13:10 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Date: Sun, 2 Sep 2007 06:13:10 +0300 From: Giorgos Keramidas To: freebsd-www@FreeBSD.org Message-ID: <20070902031310.GA1824@kobe.laptop> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PEIAKu/WMn1b1Hv9" Content-Disposition: inline X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.599, required 5, ALL_TRUSTED -1.80, AWL -0.19, BAYES_00 -2.60, DATE_IN_PAST_12_24 0.99) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: Subject: tiny toplevel www/Makefile nit X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2007 21:52:08 -0000 --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Our toplevel www/Makefile includes both the standard and the makefile includes, but seems a bit wrong. Tracing the .include directives in the files under /usr/share/mk I see that already includes and this results in the following warnings: Script started on Sun Sep 2 06:04:24 2007 keramida@kobe:/home/keramida/hg/www/gker$ make WEB_ONLY=3Dyes ENGLISH_ONLY= =3Dyes WITHOUT_DOC=3Dyes "/usr/share/mk/bsd.subdir.mk", line 57: warning: duplicate script for targe= t "_SUBDIR" ignored "/usr/share/mk/bsd.subdir.mk", line 66: warning: duplicate script for targe= t "en" ignored "/usr/share/mk/bsd.subdir.mk", line 84: warning: duplicate script for targe= t "files" ignored "/usr/share/mk/bsd.subdir.mk", line 84: warning: duplicate script for targe= t "includes" ignored =3D=3D=3D> en (all) install /home/keramida/hg/www/gker/en/../share/sgml/catalog-cwd.xml /home/k= eramida/hg/www/gker/en/catalog-cwd.xml echo '' > /home/keramida/hg/www/gker/en/autogen.ent [...] Simply removing from our toplevel www/Makefile appears to have fixed this for me: %%% diff -r cea5df156013 Makefile --- a/Makefile Fri Aug 31 03:15:57 2007 +0000 +++ b/Makefile Sun Sep 02 06:09:15 2007 +0300 @@ -7,4 +7,3 @@ links: links: =20 .include -.include %%% Does anyone know why we are pulling in twice? If there isn't a good reason to keep both includes, I'd like to remove to fix the warnings. - Giorgos --PEIAKu/WMn1b1Hv9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFG2ipG1g+UGjGGA7YRAlvuAKCBDVvc6varfSCnF1tUCEhE3NQ5WgCeJIkI NFQ5DWoawRpss5KrCElct50= =C07U -----END PGP SIGNATURE----- --PEIAKu/WMn1b1Hv9--