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)

defect
Not set
minor

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: asac, Assigned: asac)

Details

Attachments

(1 file)

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
Attached patch add install:: target โ€” โ€” Splinter Review
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
Attachment #318223 - Flags: review?(mvl)
Attachment #318223 - Flags: review?(mvl) → review?(daniel.boelzle)
Attachment #318223 - Flags: review?(daniel.boelzle) → review?(philipp)
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 on attachment 318223 [details] [diff] [review] add install:: target Looks good, r=philipp
Attachment #318223 - Flags: review?(philipp) → review+
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
|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.

Attachment

General

Creator:
Created:
Updated:
Size: