1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-15 15:06:42 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55330

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}
#