Bug 513921 - remove echo-requires-recursive target. r=ted

This commit is contained in:
Mitchell Field 2009-09-26 17:49:56 +02:00
parent b635467e82
commit 26d68e5abf
3 changed files with 0 additions and 25 deletions

View File

@ -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

View File

@ -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

View File

@ -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 $@