nuke debugging symbols from kern.flp kernels.

This commit is contained in:
Jordan K. Hubbard 2000-01-03 09:59:37 +00:00
parent 5fd0a3d5ae
commit e621ac22e9

View file

@ -706,6 +706,7 @@ doKERNEL:
@cd ${.CURDIR}/../sys/compile/${KERNEL} && \
make depend && \
make ${KERNEL} && \
strip --strip-debug ${KERNEL} && \
cp ${KERNEL} ${RD}/kernels/${KERNEL}
#