Changeset 1335

Show
Ignore:
Timestamp:
09/23/08 02:35:49 (16 years ago)
Author:
ppalmers
Message:

try to circumvent localized subversion versions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/libffado-2.0/SConstruct

    r1334 r1335  
    501501    env.AppendUnique( CCFLAGS=["-fPIC"] ) 
    502502 
    503  
    504503# end of processor-specific section 
    505504if env['ENABLE_OPTIMIZATIONS']: 
     
    514513env['REVISION'] = env['REVISION'].split(':')[-1] 
    515514 
    516 if env['REVISION'] == 'exported': 
     515# try to circumvent localized versions 
     516if len(env['REVISION']) >= 5 and env['REVISION'][0:6] == 'export': 
    517517        env['REVISION'] = '' 
    518518