mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
It is more efficient to use := to when the value of the assignment is
$(shell ...).
This commit is contained in:
parent
df8687e8f6
commit
12c47a150a
@ -286,7 +286,7 @@ FILES2LN = \
|
||||
|
||||
LINKEDFILES = $(addprefix $(PURE32DIR)/, $(FILES2LN))
|
||||
|
||||
CDDIR=$(shell pwd)
|
||||
CDDIR := $(shell pwd)
|
||||
|
||||
$(PURE32DIR):
|
||||
-mkdir $(PURE32DIR)
|
||||
|
Loading…
Reference in New Issue
Block a user