Closed
Bug 269886
Opened 20 years ago
Closed 20 years ago
Sunbird requires me to run make twice to see changes in "themes"
Categories
(Calendar :: Sunbird Only, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mattwillis, Assigned: mattwillis)
Details
Attachments
(1 file)
|
728 bytes,
patch
|
mostafah
:
first-review+
|
Details | Diff | Splinter Review |
In order to see changes I make in sunbird's "themes" directory, I have to run make (in mozilla/calendar/sunbird) twice. Looks like the order in the Makefile needs tweaking.
| Assignee | ||
Comment 1•20 years ago
|
||
| Assignee | ||
Updated•20 years ago
|
Attachment #165948 -
Flags: first-review?(mostafah)
Comment 2•20 years ago
|
||
Why does the order make a difference? What in app depends on what in themes?
| Assignee | ||
Comment 3•20 years ago
|
||
(In reply to comment #2) > Why does the order make a difference? What in app depends on what in themes? In OSX, one of the last steps in app is to rsync all the pieces into the application bundle (folder). If this happens before themes is "made", then any chrome changes are made in mozilla/dist, but aren't then rsynced into the app bundle.
Comment 4•20 years ago
|
||
ah, mac only. That's why i never saw a problem :) Then please add a comment stating that app should always be the last dir.
Comment 5•20 years ago
|
||
Windows too since a same copying mechanism is used.
| Assignee | ||
Comment 6•20 years ago
|
||
Mostafa, Can you add that comment when you check this in?
Comment 7•20 years ago
|
||
Comment on attachment 165948 [details] [diff] [review] rev0 - swaps order of "themes" and "app" in Makefile Checked in. Thanks
Attachment #165948 -
Flags: first-review?(mostafah) → first-review+
Updated•20 years ago
|
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 8•18 years ago
|
||
The bugspam monkeys have been set free and are feeding on Calendar :: Sunbird Only. Be afraid for your sanity!
QA Contact: gurganbl → sunbird
You need to log in
before you can comment on or make changes to this bug.
Description
•