Revision: 5277
          http://ipcop.svn.sourceforge.net/ipcop/?rev=5277&view=rev
Author:   gespinasse
Date:     2010-12-25 07:23:40 +0000 (Sat, 25 Dec 2010)

Log Message:
-----------
Add why we do not hash compiler modification time.
That would be useless for us who recompile the compiler each time.

Modified Paths:
--------------
    ipcop/trunk/src/patches/ccache-2.4.patch

Modified: ipcop/trunk/src/patches/ccache-2.4.patch
===================================================================
--- ipcop/trunk/src/patches/ccache-2.4.patch    2010-12-24 16:54:36 UTC (rev 
5276)
+++ ipcop/trunk/src/patches/ccache-2.4.patch    2010-12-25 07:23:40 UTC (rev 
5277)
@@ -4,7 +4,8 @@
                failed();
        }
        hash_int(st.st_size);
-+#if 0 /* don't hash on the modification time */
++#if 0 /* Don't hash on the modification time of the compiler.
+         That would invalidate the cache each time we recompile gcc */
        hash_int(st.st_mtime);
 +#endif
  


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to