зеркало из https://github.com/mozilla/gecko-dev.git
bug 1255485 - Remove NSDISTMODE=copy support from config.mk. r=nalexander
MozReview-Commit-ID: L5Pe4NexbJD --HG-- extra : rebase_source : 3a499c357948da288fa12e28010bee069510b00d
This commit is contained in:
Родитель
e3f2c0b1a3
Коммит
be1e5a70e4
|
@ -328,7 +328,7 @@ else
|
|||
|
||||
# This isn't laid out as conditional directives so that NSDISTMODE can be
|
||||
# target-specific.
|
||||
INSTALL = $(if $(filter copy, $(NSDISTMODE)), $(NSINSTALL) -t, $(if $(filter absolute_symlink, $(NSDISTMODE)), $(NSINSTALL) -L $(PWD), $(NSINSTALL) -R))
|
||||
INSTALL = $(if $(filter absolute_symlink, $(NSDISTMODE)), $(NSINSTALL) -L $(PWD), $(NSINSTALL) -R)
|
||||
|
||||
endif # WINNT
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче