make/StripBinaries.gmk
changeset 28814 e2c2fd7eec2b
parent 28003 577e534faca4
child 30096 5624d3a52647
equal deleted inserted replaced
28813:827e40c396a6 28814:e2c2fd7eec2b
    51     $(call install-file)
    51     $(call install-file)
    52   endef
    52   endef
    53 endif
    53 endif
    54 
    54 
    55 # Don't include debug info for executables.
    55 # Don't include debug info for executables.
    56 ALL_CMDS_SRC := $(filter-out %.debuginfo %.diz %.map %.pdb, \
    56 ALL_CMDS_SRC := $(filter-out %.bc %.debuginfo %.diz %.map %.pdb, \
    57     $(shell $(FIND) $(SUPPORT_OUTPUTDIR)/modules_cmds -type f -o -type l))
    57     $(shell $(FIND) $(SUPPORT_OUTPUTDIR)/modules_cmds -type f -o -type l))
    58 COPY_CMDS_SRC := $(filter %.cgi, $(ALL_CMDS_SRC))
    58 COPY_CMDS_SRC := $(filter %.cgi, $(ALL_CMDS_SRC))
    59 STRIP_CMDS_SRC := $(filter-out $(COPY_CMDS_SRC), $(ALL_CMDS_SRC))
    59 STRIP_CMDS_SRC := $(filter-out $(COPY_CMDS_SRC), $(ALL_CMDS_SRC))
    60 
    60 
    61 # Make sure symbolic links are copied and not stripped
    61 # Make sure symbolic links are copied and not stripped