From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 10:28:03 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C02001065673 for ; Fri, 8 Oct 2010 10:28:03 +0000 (UTC) (envelope-from pho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 938988FC20 for ; Fri, 8 Oct 2010 10:28:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o98AS3U3033618 for ; Fri, 8 Oct 2010 10:28:03 GMT (envelope-from pho@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98AS375033617 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 10:28:03 GMT (envelope-from pho@repoman.freebsd.org) Message-Id: <201010081028.o98AS375033617@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pho@repoman.freebsd.org using -f From: Peter Holm Date: Fri, 8 Oct 2010 10:27:52 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/gptboot Makefile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2010 10:28:03 -0000 pho 2010-10-08 10:27:52 UTC FreeBSD src repository Modified files: sys/boot/i386/gptboot Makefile Log: SVN rev 213568 on 2010-10-08 10:27:52Z by pho Ensure that a make from sys/boot does not pick up include files from /usr/include. Discussed with: kib Revision Changes Path 1.65 +1 -0 src/sys/boot/i386/gptboot/Makefile