From owner-svn-src-head@FreeBSD.ORG Fri Mar 11 13:11:15 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B945D1065670; Fri, 11 Mar 2011 13:11:15 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A70D28FC16; Fri, 11 Mar 2011 13:11:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p2BDBF43079176; Fri, 11 Mar 2011 13:11:15 GMT (envelope-from jhb@svn.freebsd.org) Received: (from jhb@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p2BDBFBs079174; Fri, 11 Mar 2011 13:11:15 GMT (envelope-from jhb@svn.freebsd.org) Message-Id: <201103111311.p2BDBFBs079174@svn.freebsd.org> From: John Baldwin Date: Fri, 11 Mar 2011 13:11:15 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r219483 - head/sys/boot/i386/gptboot X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2011 13:11:15 -0000 Author: jhb Date: Fri Mar 11 13:11:15 2011 New Revision: 219483 URL: http://svn.freebsd.org/changeset/base/219483 Log: Remove all object files during 'make clean'. PR: kern/154888 Submitted by: arundel MFC after: 1 week Modified: head/sys/boot/i386/gptboot/Makefile Modified: head/sys/boot/i386/gptboot/Makefile ============================================================================== --- head/sys/boot/i386/gptboot/Makefile Fri Mar 11 12:12:35 2011 (r219482) +++ head/sys/boot/i386/gptboot/Makefile Fri Mar 11 13:11:15 2011 (r219483) @@ -65,7 +65,8 @@ gptldr.bin: gptldr.out gptldr.out: gptldr.o ${LD} ${LDFLAGS} -e start -Ttext ${ORG1} -o ${.TARGET} gptldr.o -CLEANFILES+= gptboot.bin gptboot.out gptboot.o sio.o ufsread.o +CLEANFILES+= gptboot.bin gptboot.out gptboot.o sio.o gpt.o crc32.o drv.o \ + cons.o util.o gptboot.bin: gptboot.out objcopy -S -O binary gptboot.out ${.TARGET}