Open Bug 861625 Opened 12 years ago Updated 3 years ago

Empty dist/bin instead of deleting it on every build

Categories

(Firefox Build System :: General, defect)

defect

Tracking

(Not tracked)

People

(Reporter: jesup, Unassigned)

References

Details

We recently started deleting dist/bin on rebuilds (see bug 860371). This causes annoyance and pain for common development patterns, like: *) build in one shell, run in another shell I do this all the time, *especially* on Mac *) build in one shell, reloading into gdb ("file firefox") in another shell This is very useful when tweaking a build under debug, in order to avoid having to reset all the breakpoints and other config set up in gdb being used to track the current problem. Per bug 860371, deleting the build-generated files there would be troublesome, since we don't have a good list of what goes there (perhaps possible in a future enhancement), but deleting all files in the directory instead of rmdir-ing it should not be tough (I suspect fairly easy)
Product: Core → Firefox Build System
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.