It is more efficient to use := to when the value of the assignment is

$(shell ...).
This commit is contained in:
wtc%netscape.com 2001-06-02 03:03:58 +00:00
Родитель df8687e8f6
Коммит 12c47a150a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -286,7 +286,7 @@ FILES2LN = \
LINKEDFILES = $(addprefix $(PURE32DIR)/, $(FILES2LN))
CDDIR=$(shell pwd)
CDDIR := $(shell pwd)
$(PURE32DIR):
-mkdir $(PURE32DIR)