Closed
Bug 431218
Opened 17 years ago
Closed 17 years ago
multiple install: targets missing in calendar/ tree in sunbird 0.8
Categories
(Calendar :: Build Config, defect)
Calendar
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
0.9
People
(Reporter: asac, Assigned: asac)
Details
Attachments
(1 file)
|
3.56 KB,
patch
|
Fallen
:
review+
|
Details | Diff | Splinter Review |
noticed while preparing sunbird/lightning 0.8 package that a bunch of files were missing after make install in the $(mozappdir)/js/ directory.
For now I searched the hierachy Makefile.in files with EXTRA_SCRIPTS that don't have a install::.*$(EXTRA_SCRIPTS) line:
mozilla/calendar/providers/base/Makefile.in
mozilla/calendar/providers/caldav/Makefile.in
mozilla/calendar/providers/ics/Makefile.in
mozilla/calendar/providers/memory/Makefile.in
mozilla/calendar/providers/storage/Makefile.in
| Assignee | ||
Comment 1•17 years ago
|
||
Fix:
mozilla/calendar/providers/base/Makefile.in
mozilla/calendar/providers/caldav/Makefile.in
mozilla/calendar/providers/ics/Makefile.in
mozilla/calendar/providers/memory/Makefile.in
mozilla/calendar/providers/storage/Makefile.in
Assignee: nobody → asac
Status: NEW → ASSIGNED
| Assignee | ||
Updated•17 years ago
|
Attachment #318223 -
Flags: review?(mvl)
| Assignee | ||
Updated•17 years ago
|
Attachment #318223 -
Flags: review?(mvl) → review?(daniel.boelzle)
Updated•17 years ago
|
Attachment #318223 -
Flags: review?(daniel.boelzle) → review?(philipp)
Comment 2•17 years ago
|
||
Alexander, I'm not 100% sure, but I remember someone telling me that the install target is deprecated/not really used. I believe I did that on purpose when changing the provider Makefiles.
I'll make sure thats correct though before reviewing.
Comment 3•17 years ago
|
||
Comment on attachment 318223 [details] [diff] [review]
add install:: target
Looks good, r=philipp
Attachment #318223 -
Flags: review?(philipp) → review+
Comment 4•17 years ago
|
||
Checked in on HEAD and MOZILLA_1_8_BRANCH
-> FIXED
Severity: major → minor
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
OS: Linux → All
Hardware: PC → All
Resolution: --- → FIXED
Target Milestone: --- → 0.9
Comment 5•17 years ago
|
||
|make install|, at least for Firefox/XULRunner, is implemented in toolkit/mozapps/packager.mk. It basically just does the |package| steps, then unpacks that package to the proper place.
http://lxr.mozilla.org/mozilla/source/toolkit/mozapps/installer/packager.mk#412
You need to log in
before you can comment on or make changes to this bug.
Description
•