Closed
Bug 434610
Opened 17 years ago
Closed 17 years ago
Makefile addition to create an app you can debug without recompiling
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: a, Unassigned)
Details
(Keywords: mobile)
Attachments
(1 file)
|
1.61 KB,
patch
|
Details | Diff | Splinter Review |
I like to debug my js/xul in a tight edit/run cycle, and the current "make debian package" feels too slow.
I've created a new target that creates a mobile application tree that links directly to your source tree. That way, you can run your edits without compiling, making edit/run cycle a lot faster.
Submitting a bug just in case you guys find it useful.
Comment 1•17 years ago
|
||
Did you mean to attach a patch?
| Reporter | ||
Comment 2•17 years ago
|
||
To use it,
cd <Your build>/mobile
make sourcetreeapp
You'll get the instructions on how to run the app straight out of the source tree
| Reporter | ||
Comment 3•17 years ago
|
||
doh! --enable-chrome-format=symlink does exactly the same thing!
Close this useless patch as invalid.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•