svn commit: r184206 - head

Dag-Erling Smorgrav des at FreeBSD.org
Thu Oct 23 16:06:49 UTC 2008


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 "--------------------------------------------------------------"


More information about the svn-src-all mailing list