svn commit: r243463 - head/sys/conf

Warner Losh imp at FreeBSD.org
Fri Nov 23 17:27:10 UTC 2012


Author: imp
Date: Fri Nov 23 17:27:09 2012
New Revision: 243463
URL: http://svnweb.freebsd.org/changeset/base/243463

Log:
  The tramp stuff isn't dependent on DDB, so always add these to the
  CLEANFILES list.

Modified:
  head/sys/conf/Makefile.arm

Modified: head/sys/conf/Makefile.arm
==============================================================================
--- head/sys/conf/Makefile.arm	Fri Nov 23 17:22:38 2012	(r243462)
+++ head/sys/conf/Makefile.arm	Fri Nov 23 17:27:09 2012	(r243463)
@@ -127,12 +127,10 @@ MKMODULESENV+=	MACHINE=${MACHINE}
 
 CLEAN+=	ldscript.$M ${KERNEL_KO}.bin ldscript.$M.noheader
 
-.if ${DDB_ENABLED} != ""
 CLEAN+= ${KERNEL_KO}.tramp ${KERNEL_KO}.tramp.bin ldscript.$M.tramp \
 	ldscript.$M.tramp.noheader ${KERNEL_KO}.gz.tramp \
 	${KERNEL_KO}.gz.tramp.bin
 
-.endif
 ldscript.$M: $S/conf/ldscript.$M
 	cat $S/conf/ldscript.$M|sed s/KERNPHYSADDR/${KERNPHYSADDR}/g| \
 	  sed s/KERNVIRTADDR/${KERNVIRTADDR}/g > ldscript.$M


More information about the svn-src-head mailing list