зеркало из https://github.com/mozilla/gecko-dev.git
Bug 777378 - Remove SUPPRESS_DEFAULT_RULES. r=gps
This commit is contained in:
Родитель
d2a76c0550
Коммит
acb3eb4dc5
|
@ -2,7 +2,6 @@
|
||||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
SUPPRESS_DEFAULT_RULES := 1
|
|
||||||
STANDALONE_MAKEFILE := 1
|
STANDALONE_MAKEFILE := 1
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
|
@ -592,7 +592,6 @@ endif
|
||||||
# of the tiers and because of libxul. Suppress the default rules in favor
|
# of the tiers and because of libxul. Suppress the default rules in favor
|
||||||
# of something else. Makefiles which use this var *must* provide a sensible
|
# of something else. Makefiles which use this var *must* provide a sensible
|
||||||
# default rule before including rules.mk
|
# default rule before including rules.mk
|
||||||
ifndef SUPPRESS_DEFAULT_RULES
|
|
||||||
default all::
|
default all::
|
||||||
$(MAKE) export
|
$(MAKE) export
|
||||||
ifdef MOZ_PSEUDO_DERECURSE
|
ifdef MOZ_PSEUDO_DERECURSE
|
||||||
|
@ -602,7 +601,6 @@ endif
|
||||||
endif
|
endif
|
||||||
$(MAKE) libs
|
$(MAKE) libs
|
||||||
$(MAKE) tools
|
$(MAKE) tools
|
||||||
endif # SUPPRESS_DEFAULT_RULES
|
|
||||||
|
|
||||||
ifeq ($(findstring s,$(filter-out --%, $(MAKEFLAGS))),)
|
ifeq ($(findstring s,$(filter-out --%, $(MAKEFLAGS))),)
|
||||||
ECHO := echo
|
ECHO := echo
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
STANDALONE_MAKEFILE = 1
|
STANDALONE_MAKEFILE = 1
|
||||||
SUPPRESS_DEFAULT_RULES = 1
|
|
||||||
|
|
||||||
# Ensure that this happens before including rules.mk
|
# Ensure that this happens before including rules.mk
|
||||||
ifdef ENABLE_INTL_API
|
ifdef ENABLE_INTL_API
|
||||||
|
|
Загрузка…
Ссылка в новой задаче