Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Oct 2008 16:06:49 +0000 (UTC)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r184206 - head
Message-ID:  <200810231606.m9NG6nhl060955@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Thu Oct 23 16:06:49 2008
New Revision: 184206
URL: http://svn.freebsd.org/changeset/base/184206

Log:
  Back out testing aid that was inadvertantly committed as part of r184205.
  
  Noticed by:	rdivacky

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Thu Oct 23 15:53:51 2008	(r184205)
+++ head/Makefile.inc1	Thu Oct 23 16:06:49 2008	(r184206)
@@ -758,14 +758,11 @@ 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"
@@ -782,7 +779,6 @@ buildkernel:
 	    ${MAKE} -DWITHOUT_SSP -DNO_CPU_CFLAGS -DNO_CTF ${target}
 .endfor
 .endif
-.endif
 .if !defined(NO_KERNELDEPEND)
 	@echo
 	@echo "--------------------------------------------------------------"



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