Closed Bug 496857 Opened 15 years ago Closed 15 years ago

license.html and profile/prefs.js not packaged in clobber Mac builds

Categories

(Thunderbird :: Build Config, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: philor, Assigned: philor)

References

Details

Attachments

(1 file)

Attached patch FixSplinter Review
First we rsync dist/bin/ to Thunderbird.app/Contents/MacOS, in http://mxr.mozilla.org/comm-central/source/mail/app/Makefile.in#342, then we put the license files and profile/prefs.js in dist/bin/, then sometime later you build again and we rsync... unless you're talking about a clobber, like say a nightly or a release, when we just fail to have them.

Fx fixed themselves of (half of) the same problem, starting around bug 394046 comment 23 (with, conveniently enough, the first of two fixes sauron gave me, together with the answer to "wtf do you need two targets that both copy profile/prefs.js?" - "we don't").
Attachment #382095 - Flags: review?(bugzilla)
Attachment #382095 - Flags: review?(bugzilla) → review+
Comment on attachment 382095 [details] [diff] [review]
Fix

I think it might be worth a comment at the end of the file saying not to add anything there unless you don't want it included in mac builds.
FYI, if for some reason you still find yourselves having this problem in the future (the only scenario I can think of off-hand is a box with a high-enough -j value, but I don't know how high it might need to be--as mento would say, "try it"), you'll need to use the second of the fixes I gave Phil, specifically making the "Mac bundle" libs:: rule also depend on the prefs.js and license.{html|txt} files being in their final location in dist/, so that

libs:: $(PROGRAM)

becomes something like

libs:: $(PROGRAM) $(FINAL_TARGET)/license.html $(FINAL_TARGET)/license.txt \
	$(DIST)/bin/defaults/profile/prefs.js

(assuming you are packaging both the .txt and .html versions of license; if not, then just on the .html version and on prefs.js).
Fx builds -j4, but we seem to build -jnothing (which might explain why we're not very quick). Just changing the order worked fine with the couple of -j3 builds I did, but that's hardly a guarantee.
(In reply to comment #1)
> I think it might be worth a comment at the end of the file

Ah, the *end* - I thought about a comment above the Mac block, but figured it would disappear in the noise, didn't think about a "here" comment instead of a "down there" one.
http://build.mozillamessaging.com/mercurial/comm-central/rev/22248bfae2b7
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: