mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
On second thought, the recursive rules aren't needed because the Makefiles will get updated as needed for any target.
This commit is contained in:
parent
1f23bcc408
commit
3078d42808
@ -558,11 +558,6 @@ $(OBJDIR)/Makefile: Makefile.in
|
||||
@echo Updating $@
|
||||
$(topsrcdir)/build/autoconf/update-makefile.sh
|
||||
|
||||
makefile: $(OBJDIR)/Makefile
|
||||
|
||||
Makefiles makefiles:: $(OBJDIR)/Makefile
|
||||
+$(LOOP_OVER_DIRS)
|
||||
|
||||
###############################################################################
|
||||
# Bunch of things that extend the 'export' rule (in order):
|
||||
###############################################################################
|
||||
@ -963,7 +958,7 @@ endif
|
||||
# Fake targets. Always run these rules, even if a file/directory with that
|
||||
# name already exists.
|
||||
#
|
||||
.PHONY: all all_platforms alltags boot clean clobber clobber_all export install libs makefiles Makefiles realclean $(OBJDIR) $(DIRS)
|
||||
.PHONY: all all_platforms alltags boot clean clobber clobber_all export install libs realclean $(OBJDIR) $(DIRS)
|
||||
|
||||
envirocheck::
|
||||
@echo -----------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user