Hi. In my /etc/make.conf I have:
so that all my ports get built in a tmpfs RAM filesystem, but when I
Code:
WRKDIRPREFIX=/ram
# make buildworld
or # make buildkernel
that option is not respected, and everything still goes in /usr/obj. Is there a way to make rebuilding world and kernel also put all the work files there?