r = cls, a = brendan
Checkout does not happen properly if done in /mozilla directory
This commit is contained in:
mkaply%us.ibm.com 2000-06-08 14:00:17 +00:00
Родитель e151f419a0
Коммит 1fbecb8e54
1 изменённых файлов: 9 добавлений и 0 удалений

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

@ -62,6 +62,11 @@ BUILD_MODULES = all
# Defines
#
CWD := $(shell pwd)
ifeq "$(CWD)" "/"
CWD := /.
endif
ifneq (, $(wildcard client.mk))
# Ran from mozilla directory
ROOTDIR := $(shell dirname $(CWD))
@ -72,6 +77,10 @@ ROOTDIR := $(CWD)
TOPSRCDIR := $(CWD)/mozilla
endif
ifeq "$(ROOTDIR)" "/"
ROOTDIR := /.
endif
AUTOCONF := autoconf
MKDIR := mkdir
SH := /bin/sh