Bug 363000 - protect against spaces in the source directory, r=luser

This commit is contained in:
benjamin%smedbergs.us 2006-12-07 16:36:22 +00:00
Родитель 63bf425a9f
Коммит 79e278422b
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -418,6 +418,9 @@ CVS = cvs
comma := ,
CWD := $(shell pwd)
ifneq (1,$(words $(CWD)))
$(error The mozilla directory cannot be located in a path with spaces.)
endif
ifeq "$(CWD)" "/"
CWD := /.