зеркало из https://github.com/mozilla/gecko-dev.git
It is more efficient to use := to when the value of the assignment is
$(shell ...).
This commit is contained in:
Родитель
df8687e8f6
Коммит
12c47a150a
|
@ -286,7 +286,7 @@ FILES2LN = \
|
|||
|
||||
LINKEDFILES = $(addprefix $(PURE32DIR)/, $(FILES2LN))
|
||||
|
||||
CDDIR=$(shell pwd)
|
||||
CDDIR := $(shell pwd)
|
||||
|
||||
$(PURE32DIR):
|
||||
-mkdir $(PURE32DIR)
|
||||
|
|
Загрузка…
Ссылка в новой задаче