Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Mar 2011 13:20:10 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/154888: commit references a PR
Message-ID:  <201103111320.p2BDKASY054280@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/154888; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/154888: commit references a PR
Date: Fri, 11 Mar 2011 13:11:29 +0000 (UTC)

 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}
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103111320.p2BDKASY054280>