Subversion Repositories DevTools

Rev

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

Rev 3890 Rev 3965
Line 3458... Line 3458...
3458
    'Verbose'           => '$(CC_PRE)',
3458
    'Verbose'           => '$(CC_PRE)',
3459
    'LeaveTmp'          => '$(LEAVETMP)',
3459
    'LeaveTmp'          => '$(LEAVETMP)',
3460
    'Cwd'               => '$(CURDIR),-',
3460
    'Cwd'               => '$(CURDIR),-',
3461
 
3461
 
3462
    'CompilerPath'      => '$(SCM_COMPILERPATH)',
3462
    'CompilerPath'      => '$(SCM_COMPILERPATH)',
-
 
3463
    'PkgArch'           => '$(PACKAGE_ARCH)',
3463
    );
3464
    );
3464
 
3465
 
3465
sub ExpandGenVar
3466
sub ExpandGenVar
3466
{
3467
{
3467
    my ($dname, $args, @uopts) = @_;
3468
    my ($dname, $args, @uopts) = @_;
Line 8171... Line 8172...
8171
 
8172
 
8172
    $diff = 0 if (($diff = ((80-5) - length($desc))) < 0);
8173
    $diff = 0 if (($diff = ((80-5) - length($desc))) < 0);
8173
    $desc .= ' ' . ('-' x $diff);
8174
    $desc .= ' ' . ('-' x $diff);
8174
 
8175
 
8175
    print $file <<EOF;
8176
    print $file <<EOF;
8176
# -*- mode: mak; -*-
-
 
8177
#-- $desc
8177
#-- $desc
8178
#
8178
#
8179
#                   -- Please do not edit this file. --
8179
#                   -- Please do not edit this file. --
8180
#
8180
#
8181
#       To do so may result in a system failure, in additional to any
8181
#       To do so may result in a system failure, in additional to any