[jamming] How to display or access the command line "target"
Dana Frost
dana.frost at calix.com
Thu May 6 17:40:05 PDT 2004
I have an action that is calling jam (not the best idea I know) and I want
to forward on
the same "target" that was entered from the command line. Does Jam have a
system variable that holds the original "target" from the command line call.
For example if someone runs:
> jam build
I want an action...
actions jam_again {
jam -s setting=g build
}
Other than having a rule for each target, is there a variable that holds the
value "build" ?
Dana
More information about the jamming
mailing list