mirror of
https://github.com/nasa/trick.git
synced 2025-01-18 10:46:26 +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_home = dirname($trick_bin) ;
|
||||
|
||||
### Set TRICK_VERBOSE_BUILD if VERBOSE is defined (synonyms) ###
|
||||
if(defined $ENV{'VERBOSE'}) {
|
||||
$ENV{'TRICK_VERBOSE_BUILD'} = 1;
|
||||
}
|
||||
|
||||
#### Handle arguments ####
|
||||
$numArgs = $#ARGV + 1;
|
||||
$makefileAddArgs = ' ';
|
||||
|
Loading…
Reference in New Issue
Block a user