Changeset 710

Show
Ignore:
Timestamp:
10/28/06 20:24:23 (2 years ago)
Author:
gboggs
Message:

Recreate and reset the --stamp if setup() is given a language.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/wheeljack/build/Build.pm

    r709 r710  
    170170 
    171171    # Create the build-stamp if one is not already defined. 
    172     unless( $self->{'stamp=s'} ) { 
     172    if( !$self->{'stamp=s'} || $args{language} ) { 
    173173        # Read-in the configuration variables for substitution. 
    174174        my $config = $self->read_conf( "build/mt-dists/$self->{'pack=s'}.mk" );