Closed Bug 716224 Opened 12 years ago Closed 12 years ago

Port bug 643167 and bug 707512 for better pymake support

Categories

(MailNews Core :: Build Config, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Thunderbird 12.0

People

(Reporter: InvisibleSmiley, Assigned: InvisibleSmiley)

Details

Attachments

(1 file)

Bug 707512 STR (bug 643167 is probably just nice to have, didn't check):
1. put an MSYS-style path in your .mozconfig, e.g.:
   mk_add_options MOZ_OBJDIR=/e/mozilla-src/seamonkey-central
2. run pymake (python -OO mozilla/build/pymake/make.py -f client.mk)

Without this patch, configure runs through to the end (multiple times), then exits with:

make.py[1]: Leaving directory 'e:\mozilla-src\comm-central'
No rule to make target '/e/mozilla-src/seamonkey-central/config.status' needed by ['<default-target>', '/e/mozilla-src/seamonkey-central/config.status']

With the patch, configure exits directly with:

make.py[0]: Entering directory 'e:\mozilla-src\comm-central'
e:\mozilla-src\comm-central\client.mk:150:2:For Windows Pymake builds, MOZ_OBJDIR must be a Windows [and not MSYS] style path.
Attachment #586663 - Flags: review?(mbanner)
Attachment #586663 - Flags: review?(bugspam.Callek)
Attachment #586663 - Flags: review?(mbanner)
Attachment #586663 - Flags: review?(bugspam.Callek)
Attachment #586663 - Flags: review+
Comment on attachment 586663 [details] [diff] [review]
patch [Checkin: Comment 2]

http://hg.mozilla.org/comm-central/rev/36edebf6bd3b
Attachment #586663 - Attachment description: patch → patch [Checkin: Comment 2]
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 12.0
You need to log in before you can comment on or make changes to this bug.