Bugzilla Bug 193164: do not use nfspwd.pl, which only works on the old
Netscape corporate network. r=cmp@mozilla.org. git-svn-id: svn://10.0.0.236/trunk@168826 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
2b0e25d7a2
commit
cffa972a5d
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user