UsageΒΆ
$ rabs <options>
where <options> is any combination of the following:
-hShow help and exit.
-VShow version and exit.
-DNAME=VALUEAdd a define for NAME with value VALUE. The
=VALUE may be omitted in which case1is used.-cShow command lines as they as are executed.
-sShow status updates as targets are built.
-bShow a progress bar as targets are built.
-EFILENAMECapture
stderroutput from commands to FILENAME.-pCOUNTExecute up to COUNT commands in parallel.
-FFILENAMEUse FILENAME instead of
build.rabsas the build file name.-GGenerate a dependancy graph in
dependencies.dot.-iRun in interactive mode showing a console instead of building any targets.
-dShow activity in each thread (for debugging slow builds).