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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to