зеркало из https://github.com/mozilla/gecko-dev.git
Bug 513921 - remove echo-requires-recursive target. r=ted
This commit is contained in:
Родитель
403b75e2c5
Коммит
a2aeab499f
|
@ -2162,15 +2162,6 @@ echo-module:
|
|||
echo-requires:
|
||||
@echo $(REQUIRES)
|
||||
|
||||
echo-requires-recursive::
|
||||
ifdef _REPORT_ALL_DIRS
|
||||
@echo $(subst $(topsrcdir)/,,$(srcdir)): $(MODULE): $(REQUIRES)
|
||||
else
|
||||
@$(if $(REQUIRES),echo $(subst $(topsrcdir)/,,$(srcdir)): $(MODULE): $(REQUIRES))
|
||||
endif
|
||||
$(LOOP_OVER_PARALLEL_DIRS)
|
||||
$(LOOP_OVER_DIRS)
|
||||
|
||||
echo-depth-path:
|
||||
@$(topsrcdir)/build/unix/print-depth-path.sh
|
||||
|
||||
|
|
|
@ -2162,15 +2162,6 @@ echo-module:
|
|||
echo-requires:
|
||||
@echo $(REQUIRES)
|
||||
|
||||
echo-requires-recursive::
|
||||
ifdef _REPORT_ALL_DIRS
|
||||
@echo $(subst $(topsrcdir)/,,$(srcdir)): $(MODULE): $(REQUIRES)
|
||||
else
|
||||
@$(if $(REQUIRES),echo $(subst $(topsrcdir)/,,$(srcdir)): $(MODULE): $(REQUIRES))
|
||||
endif
|
||||
$(LOOP_OVER_PARALLEL_DIRS)
|
||||
$(LOOP_OVER_DIRS)
|
||||
|
||||
echo-depth-path:
|
||||
@$(topsrcdir)/build/unix/print-depth-path.sh
|
||||
|
||||
|
|
|
@ -458,10 +458,3 @@ ifndef SKIP_CHK
|
|||
$(NSSMAKE) -C $(NSS_SRCDIR)/security/nss/cmd/shlibsign $(DEFAULT_GMAKE_FLAGS) clean
|
||||
endif
|
||||
endif
|
||||
|
||||
echo-requires-recursive::
|
||||
$(MAKE) -C boot $@
|
||||
$(MAKE) -C ssl $@
|
||||
$(MAKE) -C pki $@
|
||||
$(MAKE) -C locales $@
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче