Subversion Repositories DevTools

Rev

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

Rev 279 Rev 285
Line 634... Line 634...
634
#   view, primarily for determining metrics.
634
#   view, primarily for determining metrics.
635
#
635
#
636
#   Calculate where the dynmaic view will be
636
#   Calculate where the dynmaic view will be
637
#   This differ between UNIX/WINDOWS
637
#   This differ between UNIX/WINDOWS
638
#
638
#
639
if ( $opt_path )
639
if ( $opt_path && $GBE_ABT)
640
{
640
{
641
    Message( "Create Build tagfile");
641
    Message( "Create Build tagfile");
642
    my $cpath = $VIEWDIR . $VOB_PREFIX . $opt_path;
642
    my $cpath = $VIEWDIR . $VOB_PREFIX . $opt_path;
643
    if ( -d $cpath )
643
    if ( -d $cpath )
644
    {
644
    {