Bugzilla Bug 193164: do not use nfspwd.pl, which only works on the old

Netscape corporate network. r=cmp@mozilla.org.
This commit is contained in:
wtchang%redhat.com 2005-02-05 01:35:47 +00:00
Родитель 3a87f7e225
Коммит cfac073bbe
1 изменённых файлов: 2 добавлений и 3 удалений

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

@ -68,8 +68,7 @@ MKDEPENDENCIES = $(OBJDIR_NAME)/depend.mk
# defined, the default is "install using relative symbolic
# links". The two possible values are "copy", which copies files
# but preserves source mtime, and "absolute_symlink", which
# installs using absolute symbolic links. The "absolute_symlink"
# option requires NFSPWD.
# installs using absolute symbolic links.
# - THIS IS NOT PART OF THE NEW BINARY RELEASE PLAN for 9/30/97
# - WE'RE KEEPING IT ONLY FOR BACKWARDS COMPATIBILITY
####################################################################
@ -82,7 +81,7 @@ else
ifeq ($(NSDISTMODE),absolute_symlink)
# install using absolute symbolic links
INSTALL = $(NSINSTALL)
INSTALL += -L `$(NFSPWD)`
INSTALL += -L `pwd`
else
# install using relative symbolic links
INSTALL = $(NSINSTALL)