Revision: 5366 http://ipcop.svn.sourceforge.net/ipcop/?rev=5366&view=rev Author: gespinasse Date: 2011-01-23 10:19:56 +0000 (Sun, 23 Jan 2011)
Log Message: ----------- Should fix ccache not working on chroot_make Each time we rebuild the toolchain, we update the mtime of the compiler used in chroot_make and invalidate ccache content With the value given to CCACHE_COMPILERCHECK, our toolchain gcc mtime is no more considered Modified Paths: -------------- ipcop/trunk/make.sh Modified: ipcop/trunk/make.sh =================================================================== --- ipcop/trunk/make.sh 2011-01-22 22:19:24 UTC (rev 5365) +++ ipcop/trunk/make.sh 2011-01-23 10:19:56 UTC (rev 5366) @@ -1345,6 +1345,7 @@ NAME=${NAME} \ SNAME=${SNAME} \ SLOGAN="${SLOGAN}" \ + CCACHE_COMPILERCHECK="${CCACHE_COMPILERCHECK}" \ CCACHE_DIR=/usr/src/ccache \ CCACHE_HASHDIR=${CCACHE_HASHDIR} \ DISTCC_DIR=/usr/src/distcc \ @@ -1527,6 +1528,7 @@ NAME=${NAME} \ SNAME=${SNAME} \ SLOGAN="${SLOGAN}" \ + CCACHE_COMPILERCHECK="${CCACHE_COMPILERCHECK}" \ CCACHE_DIR=/usr/src/ccache \ CCACHE_HASHDIR=${CCACHE_HASHDIR} \ DISTCC_DIR=/usr/src/distcc \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn