[make] replace echo commands with $(info)
Seems to result in less forks since it doesn't need to run an echo binary.
This commit is contained in:
@@ -87,7 +87,7 @@ include make/compile.mk
|
||||
MODULE_OBJECT := $(call TOBUILDDIR,$(MODULE_SRCDIR).mod.o)
|
||||
$(MODULE_OBJECT): $(MODULE_OBJS) $(MODULE_EXTRA_OBJS)
|
||||
@$(MKDIR)
|
||||
@echo linking $@
|
||||
$(info linking $@)
|
||||
$(NOECHO)$(LD) $(GLOBAL_MODULE_LDFLAGS) -r $^ -o $@
|
||||
|
||||
# track all of the source files compiled
|
||||
|
||||
Reference in New Issue
Block a user