Revision: 5320
          http://ipcop.svn.sourceforge.net/ipcop/?rev=5320&view=rev
Author:   gespinasse
Date:     2011-01-11 07:29:20 +0000 (Tue, 11 Jan 2011)

Log Message:
-----------
Suppress the firtword target that force ccache to rebuild each time lfs/ccache 
is newer than TARGET

That will not build even by removing $(TOOLS_DIR)/usr/bin as our compiler gcc 
is there before host gcc in the path.

To rebuild, you will need
./make.sh clean && ./make.sh toolchain

Modified Paths:
--------------
    ipcop/trunk/lfs/ccache

Modified: ipcop/trunk/lfs/ccache
===================================================================
--- ipcop/trunk/lfs/ccache      2011-01-10 21:00:55 UTC (rev 5319)
+++ ipcop/trunk/lfs/ccache      2011-01-11 07:29:20 UTC (rev 5320)
@@ -79,12 +79,12 @@
 # Installation Details
 ###############################################################################
 
-$(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
+$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-
        cd $(DIR_APP) && patch -Np0 -i $(DIR_PATCHES)/$(THISAPP).patch
        cd $(DIR_APP) && patch -Np0 -i 
$(DIR_PATCHES)/ccache-null-cache_prefix.patch
+
        cd $(DIR_APP) && CFLAGS="-O2 -static" ./configure --prefix=$(PREFIX)
        cd $(DIR_APP) && make
        cd $(DIR_APP) && make install


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

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
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