From owner-cvs-src@FreeBSD.ORG Fri Jul 28 14:55:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FDCC16A4DA; Fri, 28 Jul 2006 14:55:55 +0000 (UTC) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC96A43D68; Fri, 28 Jul 2006 14:55:54 +0000 (GMT) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6SEbcMb043292; Fri, 28 Jul 2006 14:37:38 GMT (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6SEbcZ2043291; Fri, 28 Jul 2006 14:37:38 GMT (envelope-from thomas) Message-Id: <200607281437.k6SEbcZ2043291@repoman.freebsd.org> From: Thomas Quinot Date: Fri, 28 Jul 2006 14:37:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/nanobsd nanobsd.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2006 14:55:55 -0000 thomas 2006-07-28 14:37:38 UTC FreeBSD src repository Modified files: tools/tools/nanobsd nanobsd.sh Log: 'make distribution' must be run from src, not src/etc, so that the proper set of /usr/share/mk/* is available. This is necessary to build a 7.x NanoBSD image on a 6.x host. Reviewed by: phk Revision Changes Path 1.20 +1 -1 src/tools/tools/nanobsd/nanobsd.sh