Subversion Repositories DevTools

Rev

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

Rev 7266 Rev 7352
Line 6992... Line 6992...
6992
        $name = $_;
6992
        $name = $_;
6993
        my $symlink;
6993
        my $symlink;
6994
 
6994
 
6995
        #
6995
        #
6996
        #   Trap special files
6996
        #   Trap special files
6997
        #       DPACKAGE - but only if we have a DPackageLibrary directive
6997
        #       DPACKAGE - but only if we have a DPackageLibrary directive in the same makefile.
6998
        #                  in the same makefile.
6998
        #                  Ignored for backward compatability
6999
        #
6999
        #
7000
        if ( m~^DPACKAGE$~ && $DPackageDirective ) {
7000
        if ( m~^DPACKAGE$~ && $DPackageDirective ) {
7001
            $name = 'DPACKAGE.' . $::GBE_MACHTYPE;
7001
            next;
7002
        }
7002
        }
7003
 
7003
 
7004
        if ( ! /^--(.*)/ )
7004
        if ( ! /^--(.*)/ )
7005
        {
7005
        {
7006
            $basename = StripDir( $name );
7006
            $basename = StripDir( $name );