From owner-freebsd-www Thu Oct 4 12:24:16 2001 Delivered-To: freebsd-www@freebsd.org Received: from solidum.com (wirespeed.solidum.com [207.35.224.226]) by hub.freebsd.org (Postfix) with ESMTP id 80AE837B406 for ; Thu, 4 Oct 2001 12:24:13 -0700 (PDT) Received: from pelley.com (chandra.solidum.com [192.168.1.81]) by solidum.com (8.8.7/8.8.7) with ESMTP id PAA19664 for ; Thu, 4 Oct 2001 15:24:12 -0400 Message-ID: <3BBCB75C.30405@pelley.com> Date: Thu, 04 Oct 2001 15:24:12 -0400 From: Mike Pelley User-Agent: Mozilla/5.0 (X11; U; NetBSD i386; en-US; rv:0.9.2) Gecko/20010910 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-www@freebsd.org Subject: FreeBSD Web Site Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I would like to create a mirror of the FreeBSD site on my web server. I've checked out the www module from CVS and built all of the required tools. There is one catch though - this particular web server is running on NetBSD. Several of the files build ok, but then I get an error. It seems to be related to subdirectory recursion, as all the files in the root of en get built, but then it cannot find "security" which is the first directory on the SUBDIR list in en: [various htmls built, finishing with y2kbug.html] ===> security: not found *** Error code 127 Stop. I was suspicious of the ".include " in the top level Makefile - perhaps it is significantly different from FreeBSD to NetBSD. I checked out src/share/mk from freebsd and changed the includes to point to that directory with absolute paths: .include "/usr/local/freebsd/share/mk/bsd.obj.mk" .include "/usr/local/freebsd/share/mk/bsd.subdir.mk" but then the top level build can't even find en. Do you have any thoughts on how I might make this work? Thanks, Mike. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message