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/...
Roman Divacky
rdivacky at FreeBSD.org
Thu Oct 23 15:56:38 UTC 2008
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?
More information about the svn-src-head
mailing list