Closed
Bug 707580
Opened 14 years ago
Closed 14 years ago
Do not remove some directories generated by |make package| when re-called
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla15
People
(Reporter: mounir, Assigned: mounir)
References
Details
Attachments
(1 file)
|
2.11 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
For the moment, this happen if |make fast-package| is called.
This is enabling bug 707577 and bug 707578 optimizations.
Attachment #578949 -
Flags: review?(khuey)
| Assignee | ||
Comment 1•14 years ago
|
||
(In reply to Mounir Lamouri (:volkmar) (:mounir) from comment #0)
> This is enabling bug 707577 and bug 707578 optimizations.
I meant bug 707578 and bug 707579.
Comment on attachment 578949 [details] [diff] [review]
Patch v1
Review of attachment 578949 [details] [diff] [review]:
-----------------------------------------------------------------
::: toolkit/mozapps/installer/packager.mk
@@ +680,5 @@
> # do not strip the binaries actually in the tree.
> @echo "Creating package directory..."
> + if ! test -d $(DIST)/$(MOZ_PKG_DIR) ; then \
> + mkdir $(DIST)/$(MOZ_PKG_DIR); \
> + fi
What's the point of this?
@@ +690,2 @@
> $(RM) -rf $(DIST)/xpt $(DIST)/manifests
> +endif
If we don't remove these directories then what ensures that XPTs and manifests that were removed are in fact, removed? Maybe we need MOZ_FAST_PACKAGE after all :-/
Attachment #578949 -
Flags: review?(khuey) → review+
Comment 3•14 years ago
|
||
Comment 4•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla15
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•