< prev index next >

make/StripBinaries.gmk

Print this page

        

*** 38,49 **** MODULES_CMDS_STRIPPED := $(SUPPORT_OUTPUTDIR)/modules_cmds-stripped MODULES_LIBS_STRIPPED := $(SUPPORT_OUTPUTDIR)/modules_libs-stripped ifneq ($(STRIP), ) define StripRecipe ! $(ECHO) Stripping $(LOG_INFO) $(patsubst $(OUTPUT_ROOT)/%,%,$<) ! $(MKDIR) -p $(@D) $(CP) $< $@.tmp $(CHMOD) u+w $@.tmp $(STRIP) $(STRIPFLAGS) $@.tmp $(CHMOD) go-w $@.tmp $(MV) $@.tmp $@ --- 38,49 ---- MODULES_CMDS_STRIPPED := $(SUPPORT_OUTPUTDIR)/modules_cmds-stripped MODULES_LIBS_STRIPPED := $(SUPPORT_OUTPUTDIR)/modules_libs-stripped ifneq ($(STRIP), ) define StripRecipe ! $(call LogInfo, Stripping $(patsubst $(OUTPUT_ROOT)/%,%,$<)) ! $(call MakeDir, $(@D)) $(CP) $< $@.tmp $(CHMOD) u+w $@.tmp $(STRIP) $(STRIPFLAGS) $@.tmp $(CHMOD) go-w $@.tmp $(MV) $@.tmp $@
< prev index next >