BusyB: The Step Element |
|
The step element essentially tells BusyB how to do one part of your build. Essentially the step element contains one system command along with some optional stuff to help get the command executed correctly. The key and only required sub element of a step is the cmd (command) element. A very simple step, containing only a command is show below: <step> <cmd>make install</cmd> </step> In addition to the cmd element, step elements can contain a number of other optional sub elements:
|