Merged from sys/boot/i386/loader/Makefile revision 1.49.
This commit is contained in:
parent
ec0ef121a8
commit
db53335483
@ -94,7 +94,7 @@ ${BASE}: ${BASE}.bin ${BTXLDR} ${BTXKERN} ${BTXCRT} ${BASE}.help
|
||||
|
||||
${BASE}.bin: ${BASE}.sym
|
||||
cp ${.ALLSRC} ${.TARGET}
|
||||
strip ${.TARGET}
|
||||
strip -R .comment -R .note ${.TARGET}
|
||||
|
||||
${BASE}.help: help.common help.i386
|
||||
cat ${.ALLSRC} | awk -f ${.CURDIR}/../../common/merge_help.awk > ${.TARGET}
|
||||
|
Loading…
x
Reference in New Issue
Block a user