Date: Thu, 23 Oct 2008 17:55:30 +0200 From: Roman Divacky <rdivacky@FreeBSD.org> To: Dag-Erling Smorgrav <des@FreeBSD.org> Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r184205 - in head: . share/man/man9 sys/arm/arm sys/cam/scsi sys/compat/linux sys/contrib/altq/altq sys/contrib/ipfilter/netinet sys/dev/ar sys/dev/ce sys/dev/hwpmc sys/dev/lmc sys/dev/... Message-ID: <20081023155530.GA810@freebsd.org> In-Reply-To: <200810231553.m9NFrqQj060598@svn.freebsd.org> References: <200810231553.m9NFrqQj060598@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Oct 23, 2008 at 03:53:52PM +0000, Dag-Erling Smorgrav wrote: > Author: des > Date: Thu Oct 23 15:53:51 2008 > New Revision: 184205 > URL: http://svn.freebsd.org/changeset/base/184205 > > Log: > Retire the MALLOC and FREE macros. They are an abomination unto style(9). > > MFC after: 3 months > > Modified: > head/Makefile.inc1 > > Modified: head/Makefile.inc1 > ============================================================================== > --- head/Makefile.inc1 Thu Oct 23 15:44:00 2008 (r184204) > +++ head/Makefile.inc1 Thu Oct 23 15:53:51 2008 (r184205) > @@ -758,11 +758,14 @@ buildkernel: > @echo "--------------------------------------------------------------" > cd ${KRNLOBJDIR}/${_kernel}; ${KMAKE} ${CLEANDIR} > .endif > +.if !defined(NO_KERNELOBJ) > @echo > @echo "--------------------------------------------------------------" > @echo ">>> stage 2.2: rebuilding the object tree" > @echo "--------------------------------------------------------------" > cd ${KRNLOBJDIR}/${_kernel}; ${KMAKE} obj > +.endif > +.if !defined(NO_KERNELTOOLS) > @echo > @echo "--------------------------------------------------------------" > @echo ">>> stage 2.3: build tools" > @@ -779,6 +782,7 @@ buildkernel: > ${MAKE} -DWITHOUT_SSP -DNO_CPU_CFLAGS -DNO_CTF ${target} > .endfor > .endif > +.endif > .if !defined(NO_KERNELDEPEND) > @echo > @echo "--------------------------------------------------------------" > are you sure this belongs here?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081023155530.GA810>