mirror of
https://github.com/nasa/trick.git
synced 2025-01-31 00:24:03 +00:00
#741 add VERBOSE synonym
This commit is contained in:
parent
be4372a831
commit
422d5ee2ac
@ -12,6 +12,11 @@ use Pod::Text ;
|
|||||||
$trick_bin = dirname(abs_path($0)) ;
|
$trick_bin = dirname(abs_path($0)) ;
|
||||||
$trick_home = dirname($trick_bin) ;
|
$trick_home = dirname($trick_bin) ;
|
||||||
|
|
||||||
|
### Set TRICK_VERBOSE_BUILD if VERBOSE is defined (synonyms) ###
|
||||||
|
if(defined $ENV{'VERBOSE'}) {
|
||||||
|
$ENV{'TRICK_VERBOSE_BUILD'} = 1;
|
||||||
|
}
|
||||||
|
|
||||||
#### Handle arguments ####
|
#### Handle arguments ####
|
||||||
$numArgs = $#ARGV + 1;
|
$numArgs = $#ARGV + 1;
|
||||||
$makefileAddArgs = ' ';
|
$makefileAddArgs = ' ';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user