зеркало из https://github.com/mozilla/pjs.git
Bug 302744, symbolic link to srcdir present in Camino.app for JEP instead of the plugin itself after an objdir build. rsync it to the objdir instead of using ln -s. Camino-only, npotdb. r=smfr
This commit is contained in:
Родитель
03ec63deb6
Коммит
db31319215
|
@ -56,8 +56,8 @@ MRJ_PLUGIN_BUNDLE=MRJPlugin.plugin
|
|||
ABS_topsrcdir := $(shell cd $(topsrcdir); pwd)
|
||||
ifneq ($(ABS_topsrcdir),$(MOZ_BUILD_ROOT))
|
||||
export::
|
||||
ln -fs $(srcdir)/$(JEP_PLUGIN_BUNDLE) .
|
||||
ln -fs $(srcdir)/$(MRJ_PLUGIN_BUNDLE) .
|
||||
rsync -a --exclude CVS/ $(srcdir)/$(JEP_PLUGIN_BUNDLE) .
|
||||
rsync -a --exclude CVS/ $(srcdir)/$(MRJ_PLUGIN_BUNDLE) .
|
||||
endif
|
||||
|
||||
libs install:: install-plugin
|
||||
|
|
Загрузка…
Ссылка в новой задаче