Subversion Repositories DevTools

Rev

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

Rev 6684 Rev 7262
Line 1672... Line 1672...
1672
    #   May be the result of a user typo or a guess
1672
    #   May be the result of a user typo or a guess
1673
    #
1673
    #
1674
    if ( @BUILD_BADNAME )
1674
    if ( @BUILD_BADNAME )
1675
    {
1675
    {
1676
        Log( "Unknown Pl . " . PrintPlatforms(\@BUILD_BADNAME, $sep) );
1676
        Log( "Unknown Pl . " . PrintPlatforms(\@BUILD_BADNAME, $sep) );
1677
        Error ("The following platform names are not known to JATS", "@BUILD_BADNAME");
1677
        abtWarning (1,"The following platform names are not known to JATS", "@BUILD_BADNAME");
1678
    }
1678
    }
1679
 
1679
 
1680
    #
1680
    #
1681
    #   Detect multiple GENERIC targets
1681
    #   Detect multiple GENERIC targets
1682
    #       Only one such target can be processed on any one machine
1682
    #       Only one such target can be processed on any one machine