Subversion Repositories DevTools

Rev

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

Rev 321 Rev 325
Line 970... Line 970...
970
                }
970
                }
971
                else
971
                else
972
                {
972
                {
973
                    foreach my $file ( "$dir/makefile.pl" ,@$data )
973
                    foreach my $file ( "$dir/makefile.pl" ,@$data )
974
                    {
974
                    {
975
                        $file = "$dir/$file" if ( $file =~ m~^\.~ );
975
                        $file = FullPath ( $file, $dir );
976
                        my $stamp = -M $file;
976
                        my $stamp = -M $file;
977
                        if ( defined $stamp )
977
                        if ( defined $stamp )
978
                        {
978
                        {
979
                            Verbose3 ("Timestamp: $stamp, $file");
979
                            Verbose3 ("Timestamp: $stamp, $file");
980
                            if ( $stamp < $base_stamp  )
980
                            if ( $stamp < $base_stamp  )