--- old/make/StripBinaries.gmk 2016-01-13 14:41:05.938577469 +0100 +++ new/make/StripBinaries.gmk 2016-01-13 14:41:05.854573940 +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