зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1005706 - Remove the manual install rules from js/xpconnect/tests/components/js/Makefile.in; r=mshal
This commit is contained in:
Родитель
9e5d46f732
Коммит
3a59a5ce49
|
@ -3,21 +3,16 @@
|
|||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
JS_FILES = \
|
||||
componentdir = js/xpconnect/tests/components/js
|
||||
|
||||
JS_FILES := \
|
||||
xpctest_attributes.js \
|
||||
xpctest_bug809674.js \
|
||||
xpctest_interfaces.js \
|
||||
xpctest_params.js \
|
||||
xpctest.manifest \
|
||||
$(NULL)
|
||||
|
||||
MANIFEST_FILE = xpctest.manifest
|
||||
JS_DEST = $(testxpcobjdir)/$(componentdir)
|
||||
INSTALL_TARGETS += JS
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
componentdir = js/xpconnect/tests/components/js
|
||||
|
||||
libs:: $(JS_FILES)
|
||||
$(INSTALL) $^ $(testxpcobjdir)/$(componentdir)
|
||||
|
||||
libs:: $(MANIFEST_FILE)
|
||||
$(call py_action,preprocessor,$(DEFINES) $(ACDEFINES) $(XULPPFLAGS) $< -o $(testxpcobjdir)/$(componentdir)/$(<F))
|
||||
|
|
Загрузка…
Ссылка в новой задаче