1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

The tramp stuff isn't dependent on DDB, so always add these to the

CLEANFILES list.
This commit is contained in:
Warner Losh 2012-11-23 17:27:09 +00:00
parent 62c2fb63a9
commit 8a5f892ea8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243463

View File

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