Hello,
I'm trying to pass make options when I use portmaster to build ports; according to the man page you use the -m option so in order to specify the number of jobs for make I tried the following:
however this doesn't work - can anyone tell me the correct syntax?
I'm trying to pass make options when I use portmaster to build ports; according to the man page you use the -m option so in order to specify the number of jobs for make I tried the following:
Code:
portmaster -m j4 -d -p /path/to/port
however this doesn't work - can anyone tell me the correct syntax?