When using
Is there a way to do that after each individual port as well? So that once it is installed the workdir will be cleaned, before moving on to the next one? Maybe via some make.conf options that I currently don't seem to be able to find.
The background is that I am using ports on a very memory limited system, however I want to compile in memory, as it's running on flash cards.
I know I should probably do some cross compilation, but right now that's not really an option.
make install
clean this will clean up the workdir of the port and its dependencies, once everything is installed.Is there a way to do that after each individual port as well? So that once it is installed the workdir will be cleaned, before moving on to the next one? Maybe via some make.conf options that I currently don't seem to be able to find.
The background is that I am using ports on a very memory limited system, however I want to compile in memory, as it's running on flash cards.
I know I should probably do some cross compilation, but right now that's not really an option.