Subversion Repositories DevTools

Rev

Rev 275 | Rev 281 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 275 Rev 279
Line 584... Line 584...
584
sub InvokeMake
584
sub InvokeMake
585
{
585
{
586
    my ( $dir, $pref, $cmd, $tag, $do_debug ) = @_;
586
    my ( $dir, $pref, $cmd, $tag, $do_debug ) = @_;
587
    my $text = 'C';
587
    my $text = 'C';
588
 
588
 
-
 
589
    Verbose2 ("InvokeMake: $dir");
589
    #
590
    #
590
    #   Ensure that the current directory actually has makefile targets
591
    #   Ensure that the current directory actually has makefile targets
591
    #   Not all makefile.pl create .mk files
592
    #   Not all makefile.pl create .mk files
592
    #       1) Top-level makefile.pl
593
    #       1) Top-level makefile.pl
593
    #       2) Makefiles that use --NoPlatformBuilds
594
    #       2) Makefiles that use --NoPlatformBuilds