зеркало из https://github.com/mozilla/pjs.git
412362 Universal build ID unification isn't working after 386740. Use config/buildid (config/build_number ressurected) instead of generating our own (which core made us do in 386653 following bug 383167). r=alQAhira
This commit is contained in:
Родитель
bf48dc33a7
Коммит
47dd1c81d3
|
@ -51,7 +51,6 @@ DIRS = \
|
|||
|
||||
APP_NAME = Camino
|
||||
|
||||
PYTHON ?= python
|
||||
RSYNC_ALL = rsync -aC --exclude .cvsignore --delete
|
||||
|
||||
CM_APP_VERSION_FILE = $(srcdir)/config/version.txt
|
||||
|
@ -62,10 +61,8 @@ FOX_APP_VERSION_FILE = $(topsrcdir)/browser/config/version.txt
|
|||
FOX_APP_VERSION := $(shell cat $(FOX_APP_VERSION_FILE))
|
||||
PLATFORM_VERSION_FILE = $(topsrcdir)/config/milestone.txt
|
||||
PLATFORM_VERSION := $(shell egrep "^[^\#]+" $(PLATFORM_VERSION_FILE))
|
||||
PLATFORM_BUILD_ID_FILE = generated/platform_build_id
|
||||
PLATFORM_BUILD_ID := \
|
||||
$(shell $(PYTHON) \
|
||||
$(topsrcdir)/toolkit/xre/make-platformini.py --print-buildid)
|
||||
PLATFORM_BUILD_ID_FILE = $(DEPTH)/config/buildid
|
||||
PLATFORM_BUILD_ID := $(shell cat $(PLATFORM_BUILD_ID_FILE))
|
||||
PLATFORM_INI_FILE = ../toolkit/xre/platform.ini
|
||||
|
||||
# For Launch Services compatibility, CFBundleVersion can be at most three
|
||||
|
|
Загрузка…
Ссылка в новой задаче