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
a830e198
Commit
a830e198
authored
12 years ago
by
Alhad Purnapatre
Committed by
QuIC Gerrit Code Review
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Do typelib installation only if IDLs are defined by Makefile
Change-Id: I2753249dc0bc500625634b2c63ffecb0e712f6f0
parent
06e602a8
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
patch/all/build/xpcom.mk
+2
-0
2 additions, 0 deletions
patch/all/build/xpcom.mk
with
2 additions
and
0 deletions
patch/all/build/xpcom.mk
+
2
−
0
View file @
a830e198
...
...
@@ -199,7 +199,9 @@ $(LOCAL_XPCOM_MODULE)-xpcom_install: $(LOCAL_XPCOM_MODULE)-xpidl_install_prereqs
@
cp
$(
PRIVATE_XPIDL_PATH
)
/install.rdf
$(
PRIVATE_XPCOM_INSTALL_DIR
)
@
cp
$(
PRIVATE_XPIDL_PATH
)
/chrome.manifest
$(
PRIVATE_XPCOM_INSTALL_DIR
)
@
test
-f
$(
PRIVATE_XPIDL_PATH
)
/bootstrap.js
&&
cp
$(
PRIVATE_XPIDL_PATH
)
/bootstrap.js
$(
PRIVATE_XPCOM_INSTALL_DIR
)
||
true
ifneq
(,$(strip $(LOCAL_XPCOM_IDLS)))
$(
PYTHON
)
$(
GECKO_DIR
)
/config/buildlist.py
$(
PRIVATE_XPCOM_INSTALL_DIR
)
/interfaces.manifest
"interfaces
$(
PRIVATE_XPCOM_MODULE
)
.xpt"
$(
PYTHON
)
$(
GECKO_DIR
)
/config/buildlist.py
$(
PRIVATE_XPCOM_INSTALL_DIR
)
/chrome.manifest
"manifest interfaces.manifest"
endif
$(GECKO_DIR)/config/buildlist.py
:
$(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