зеркало из https://github.com/mozilla/gecko-dev.git
Must use := to define OS_RELEASE in terms of itself.
This commit is contained in:
Родитель
74ac182aac
Коммит
ff07de9026
|
@ -211,7 +211,7 @@ ifeq ($(OS_ARCH), Windows_NT)
|
|||
ifeq ($(OS_MINOR_RELEASE),00)
|
||||
OS_MINOR_RELEASE = 0
|
||||
endif
|
||||
OS_RELEASE = $(OS_RELEASE).$(OS_MINOR_RELEASE)
|
||||
OS_RELEASE := $(OS_RELEASE).$(OS_MINOR_RELEASE)
|
||||
CPU_ARCH := $(shell uname -m)
|
||||
#
|
||||
# MKS's uname -m returns "586" on a Pentium machine.
|
||||
|
|
Загрузка…
Ссылка в новой задаче