Subversion Repositories DevTools

Rev

Rev 7300 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7300 Rev 7323
Line 137... Line 137...
137
    #   Read in the file
137
    #   Read in the file
138
    #   Reads some global variables directly into the global variable space
138
    #   Reads some global variables directly into the global variable space
139
    #
139
    #
140
    my $tag_file = "Makefile.gbe";
140
    my $tag_file = "Makefile.gbe";
141
    Error ("Expected config file not found: $tag_file") unless ( -f $tag_file );
141
    Error ("Expected config file not found: $tag_file") unless ( -f $tag_file );
142
    require $tag_file;
142
    require './' . $tag_file;
143
 
143
 
144
    #
144
    #
145
    #   Sanity tests
145
    #   Sanity tests
146
    #
146
    #
147
    Error ("Bad Makefile.gbe file. Rebuild required") unless ( $ScmBuildMachType );
147
    Error ("Bad Makefile.gbe file. Rebuild required") unless ( $ScmBuildMachType );