Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
build
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
lf
build
Commits
892ea076
Commit
892ea076
authored
10 years ago
by
Linux Build Service Account
Committed by
Gerrit - the friendly Code Review server
10 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Fix incorrect local_path when building idl files"
parents
237f42c6
6dc64d2f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xpcom.mk
+4
-2
4 additions, 2 deletions
xpcom.mk
with
4 additions
and
2 deletions
xpcom.mk
+
4
−
2
View file @
892ea076
...
...
@@ -145,15 +145,17 @@ LOCAL_ADDITIONAL_INSTALL_DEPENDENCIES += $(patsubst %.idl,$(LOCAL_XPIDL_OUT)/%.x
LOCAL_ADDITIONAL_INSTALL_DEPENDENCIES
+=
$(
LOCAL_MODULE_PATH
)
/
$(
LOCAL_MODULE
)
.xpt
endif
$(LOCAL_XPIDL_OUT)/%.h
:
PRIVATE_LOCAL_XPIDL_FLAGS := $(LOCAL_XPIDL_FLAGS)
$(LOCAL_XPIDL_OUT)/%.h
:
$(LOCAL_PATH)/%.idl $(XPIDL_DEPS)
@
mkdir
-p
$(
@D
)
$(
REPORT_BUILD
)
$(
XPCOM_PYTHON
)
$(
PLY_INCLUDE
)
$(
LIBXUL_DIST
)
/sdk/bin/header.py
$(
LOCAL_XPIDL_FLAGS
)
$(
CURRENT_IDLS
)
-o
$@
$(
XPCOM_PYTHON
)
$(
PLY_INCLUDE
)
$(
LIBXUL_DIST
)
/sdk/bin/header.py
$(
PRIVATE_
LOCAL_XPIDL_FLAGS
)
$(
CURRENT_IDLS
)
-o
$@
$(LOCAL_XPIDL_OUT)/%.xpt
:
PRIVATE_LOCAL_XPIDL_FLAGS := $(LOCAL_XPIDL_FLAGS)
$(LOCAL_XPIDL_OUT)/%.xpt
:
$(LOCAL_PATH)/%.idl $(XPIDL_DEPS)
@
mkdir
-p
$(
@D
)
$(
REPORT_BUILD
)
$(
XPCOM_PYTHON
)
$(
PLY_INCLUDE
)
-I
$(
GECKO_DIR
)
/xpcom/typelib/xpt/tools
$(
LIBXUL_DIST
)
/sdk/bin/typelib.py
$(
LOCAL_XPIDL_FLAGS
)
$(
CURRENT_IDLS
)
-o
$@
$(
XPCOM_PYTHON
)
$(
PLY_INCLUDE
)
-I
$(
GECKO_DIR
)
/xpcom/typelib/xpt/tools
$(
LIBXUL_DIST
)
/sdk/bin/typelib.py
$(
PRIVATE_
LOCAL_XPIDL_FLAGS
)
$(
CURRENT_IDLS
)
-o
$@
$(LOCAL_XPIDL_OUT)/$(LOCAL_MODULE).xpt
:
$(patsubst %.idl
,
$(LOCAL_XPIDL_OUT)/%.xpt
,
$(LOCAL_XPCOM_IDLS)) $(DEPENDS_ON_GECKO)
$(
XPIDL_LINK
)
$@
$(
filter-out
$(
DEPENDS_ON_GECKO
)
,
$^
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment