From owner-cvs-src@FreeBSD.ORG Sat Feb 23 19:45:20 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F34916A40F; Sat, 23 Feb 2008 19:45:20 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 35ECE13C459; Sat, 23 Feb 2008 19:45:20 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1NJjKAI020491; Sat, 23 Feb 2008 19:45:20 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1NJjKx4020490; Sat, 23 Feb 2008 19:45:20 GMT (envelope-from marcel) Message-Id: <200802231945.m1NJjKx4020490@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 23 Feb 2008 19:45:20 +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/sys/boot/powerpc Makefile src/sys/boot/powerpc/uboot Makefile 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: Sat, 23 Feb 2008 19:45:20 -0000 marcel 2008-02-23 19:45:20 UTC FreeBSD src repository Modified files: sys/boot/powerpc Makefile sys/boot/powerpc/uboot Makefile Log: o Build and install the U-Boot loader as ubldr. o Don't build/install the manual pages or configuration files that are already installed by the OFW loader. o Hook the U-Boot loader to the build. Revision Changes Path 1.3 +1 -1 src/sys/boot/powerpc/Makefile 1.2 +5 -9 src/sys/boot/powerpc/uboot/Makefile