Changeset 710
- Timestamp:
- 10/28/06 20:24:23 (2 years ago)
- Files:
-
- branches/wheeljack/build/Build.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/wheeljack/build/Build.pm
r709 r710 170 170 171 171 # Create the build-stamp if one is not already defined. 172 unless( $self->{'stamp=s'} ) {172 if( !$self->{'stamp=s'} || $args{language} ) { 173 173 # Read-in the configuration variables for substitution. 174 174 my $config = $self->read_conf( "build/mt-dists/$self->{'pack=s'}.mk" );
