cb command question

dmacleo

Verified User
Joined
Jun 21, 2012
Messages
653
I thought in the faq there was explanation of what the d or n does but cannot find it now.
eg build php n or build php d
does anyone remember where the link to the specific commands was?
 
"n" - answer "No" to all questions you might be asked, when using custombuild script.
"d" - do not display questions, just do a default action.
 
thanks.
so is there a y to answer yes?
is there anything that even needs it?
 
Code:
so is there a y to answer yes?

Yes, there is 'y', as far as I know.

I guess if you specify "d", then it would mean "Yes", without asking a confirmation.

is there anything that even needs it?

try and see difference:

Code:
./build php

Code:
./build php n

Code:
./build php d
 
y or d will typically compile all software libraries that the software you are installing depends on. It usually isnt needed unless you have problems with something not working right.
 
thanks much guys :)
I had been using them correctly (as far as I can tell LOL ) but always wondered the specifics of the command.
this makes sense now :)
 
Back
Top