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:
parent
5fd0a3d5ae
commit
e621ac22e9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55330
@ -706,6 +706,7 @@ doKERNEL:
|
||||
@cd ${.CURDIR}/../sys/compile/${KERNEL} && \
|
||||
make depend && \
|
||||
make ${KERNEL} && \
|
||||
strip --strip-debug ${KERNEL} && \
|
||||
cp ${KERNEL} ${RD}/kernels/${KERNEL}
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user