зеркало из https://github.com/mozilla/pjs.git
If TOPSRCDIR_MOZ is not set, set it to TOPSRCDIR.
This commit is contained in:
Родитель
35ef5b72fa
Коммит
72520f8d7a
|
@ -89,6 +89,10 @@ endif
|
|||
# work; replace first instance with one forward slash
|
||||
TOPSRCDIR := $(shell echo "$(TOPSRCDIR)" | sed -e 's%//%/%')
|
||||
|
||||
ifndef TOPSRCDIR_MOZ
|
||||
TOPSRCDIR_MOZ=$(TOPSRCDIR)
|
||||
endif
|
||||
|
||||
# if ROOTDIR equals only drive letter (i.e. "C:"), set to "/"
|
||||
DIRNAME := $(shell echo "$(ROOTDIR)" | sed -e 's/^.://')
|
||||
ifeq ($(DIRNAME),)
|
||||
|
|
Загрузка…
Ссылка в новой задаче