Mailing List Archive

svn commit: r439065 - /spamassassin/trunk/build/mkrules
Author: felicity
Date: Thu Aug 31 15:11:50 2006
New Revision: 439065

URL: http://svn.apache.org/viewvc?rev=439065&view=rev
Log:
comment out broken mtime code

Modified:
spamassassin/trunk/build/mkrules

Modified: spamassassin/trunk/build/mkrules
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/mkrules?rev=439065&r1=439064&r2=439065&view=diff
==============================================================================
--- spamassassin/trunk/build/mkrules (original)
+++ spamassassin/trunk/build/mkrules Thu Aug 31 15:11:50 2006
@@ -115,17 +115,17 @@

# get mtimes of output files; we can be sure that all
# output is under the "opt_out" dir, so recurse there
-File::Find::find ({
- wanted => \&out_wanted,
- no_chdir => 1
- }, $opt_out);
+#File::Find::find ({
+# wanted => \&out_wanted,
+# no_chdir => 1
+# }, $opt_out);

-if ($newest_src_mtime && $newest_out_mtime
- && $newest_src_mtime < $newest_out_mtime)
-{
- print "mkrules: no rules updated\n";
- exit 0;
-}
+#if ($newest_src_mtime && $newest_out_mtime
+# && $newest_src_mtime < $newest_out_mtime)
+#{
+# print "mkrules: no rules updated\n";
+# exit 0;
+#}

my $rules = { };