make/StripBinaries.gmk
changeset 35008 ef0cd710989f
parent 32811 df82db312e58
child 35747 aeaa6d0101a8
--- a/make/StripBinaries.gmk	Wed Jul 05 21:13:10 2017 +0200
+++ b/make/StripBinaries.gmk	Sat Jan 16 13:01:43 2016 +0100
@@ -40,8 +40,8 @@
 
 ifneq ($(STRIP), )
   define StripRecipe
-	$(ECHO) Stripping $(LOG_INFO) $(patsubst $(OUTPUT_ROOT)/%,%,$<)
-	$(MKDIR) -p $(@D)
+	$(call LogInfo, Stripping $(patsubst $(OUTPUT_ROOT)/%,%,$<))
+	$(call MakeDir, $(@D))
 	$(CP) $< $@.tmp
 	$(CHMOD) u+w $@.tmp
 	$(STRIP) $(STRIPFLAGS) $@.tmp