зеркало из https://github.com/mozilla/gecko-dev.git
Make MOZ_MAPINFO a warning instead of an error, at least temporarily until the tinderboxen can be updated.
This commit is contained in:
Родитель
07a52782b5
Коммит
d55454f90e
|
@ -387,7 +387,8 @@ endif
|
|||
#
|
||||
|
||||
ifdef MOZ_MAPINFO
|
||||
$(error MOZ_MAPINFO is obsolete, use MOZ_CO_MODULE=mozilla/tools/codesighs instead.)
|
||||
$(warning MOZ_MAPINFO is obsolete, use MOZ_CO_MODULE=mozilla/tools/codesighs instead.)
|
||||
MOZ_CO_MODULE += mozilla/tools/codesighs
|
||||
endif
|
||||
ifdef MOZ_INTERNAL_LIBART_LGPL
|
||||
$(error MOZ_INTERNAL_LIBART_LGPL is obsolete, use MOZ_CO_MODULE=mozilla/other-licenses/libart_lgpl instead.)
|
||||
|
|
Загрузка…
Ссылка в новой задаче