changeset 1320:fcfe20d443ae

8072132: Filter out additional files when stripping Reviewed-by: erikj, tbell
author ihse
date Wed, 11 Feb 2015 09:20:29 +0100
parents 507654772146
children 6207b4b8731c
files make/StripBinaries.gmk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make/StripBinaries.gmk	Wed Feb 11 09:18:49 2015 +0100
+++ b/make/StripBinaries.gmk	Wed Feb 11 09:20:29 2015 +0100
@@ -53,7 +53,7 @@
 endif
 
 # Don't include debug info for executables.
-ALL_CMDS_SRC := $(filter-out %.debuginfo %.diz %.map %.pdb, \
+ALL_CMDS_SRC := $(filter-out %.bc %.debuginfo %.diz %.map %.pdb, \
     $(shell $(FIND) $(SUPPORT_OUTPUTDIR)/modules_cmds -type f -o -type l))
 COPY_CMDS_SRC := $(filter %.cgi, $(ALL_CMDS_SRC))
 STRIP_CMDS_SRC := $(filter-out $(COPY_CMDS_SRC), $(ALL_CMDS_SRC))