Open Bug 942388 Opened 11 years ago Updated 2 years ago

MOZ_OBJDIR interprets paths with tilde literally

Categories

(Firefox Build System :: General, defect)

All
Linux
defect

Tracking

(Not tracked)

People

(Reporter: jgilbert, Unassigned)

References

(Blocks 1 open bug)

Details

I have a ramdisk mounted at ~/ram.
To build into it, I tried using:
mk_add_options MOZ_OBJDIR=~/ram/objs/obj-dbg

Builds seem to work fine, and seemingly used to build into this location properly. Now though, it seems to build into ./~/ram, not /home/jgilbert/ram.

./mach clobber was also not working consistently, I believe because sometimes I call it at mozilla/central/mach, and other times it's called via a forwarder script at mozilla/mach. (Only a looks like a bug when using relative paths for the objdir, as is accidentally the case here)
Blocks: 912114
Component: mach → Build Config
Product: Core → Firefox Build System
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.