Bug 863365 - Log a message when linking libxul with make -s; r=gps

This commit is contained in:
Ms2ger 2013-04-21 08:41:13 +02:00
parent d22c0a99f7
commit 0f519733b9
2 changed files with 2 additions and 0 deletions

View File

@ -944,6 +944,7 @@ endif
# so no need to conditionalize on OS version or debugging format.
$(SHARED_LIBRARY): $(OBJS) $(LOBJS) $(DEF_FILE) $(RESFILE) $(LIBRARY) $(EXTRA_DEPS) $(GLOBAL_DEPS)
$(info $(notdir $@))
ifndef INCREMENTAL_LINKER
$(RM) $@
endif

View File

@ -944,6 +944,7 @@ endif
# so no need to conditionalize on OS version or debugging format.
$(SHARED_LIBRARY): $(OBJS) $(LOBJS) $(DEF_FILE) $(RESFILE) $(LIBRARY) $(EXTRA_DEPS) $(GLOBAL_DEPS)
$(info $(notdir $@))
ifndef INCREMENTAL_LINKER
$(RM) $@
endif