diff options
Diffstat (limited to 'tools/ccache/files/.svn')
5 files changed, 110 insertions, 0 deletions
diff --git a/tools/ccache/files/.svn/entries b/tools/ccache/files/.svn/entries new file mode 100644 index 0000000..f4f41a2 --- /dev/null +++ b/tools/ccache/files/.svn/entries @@ -0,0 +1,96 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/tools/ccache/files +svn://svn.openwrt.org/openwrt + + + +2012-06-06T13:27:11.585623Z +32075 +blogic + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +ccache_cxx +file + + + + +2013-03-17T12:13:22.000000Z +b114c928783a72763b0c338becaf69ae +2012-06-06T13:27:11.585623Z +32075 +blogic +has-props + + + + + + + + + + + + + + + + + + + + +51 + +ccache_cc +file + + + + +2013-03-17T12:13:22.000000Z +7594b0f4383f116e67d3421420ad02ae +2012-06-06T13:27:11.585623Z +32075 +blogic +has-props + + + + + + + + + + + + + + + + + + + + +50 + diff --git a/tools/ccache/files/.svn/prop-base/ccache_cc.svn-base b/tools/ccache/files/.svn/prop-base/ccache_cc.svn-base new file mode 100644 index 0000000..869ac71 --- /dev/null +++ b/tools/ccache/files/.svn/prop-base/ccache_cc.svn-base @@ -0,0 +1,5 @@ +K 14 +svn:executable +V 1 +* +END diff --git a/tools/ccache/files/.svn/prop-base/ccache_cxx.svn-base b/tools/ccache/files/.svn/prop-base/ccache_cxx.svn-base new file mode 100644 index 0000000..869ac71 --- /dev/null +++ b/tools/ccache/files/.svn/prop-base/ccache_cxx.svn-base @@ -0,0 +1,5 @@ +K 14 +svn:executable +V 1 +* +END diff --git a/tools/ccache/files/.svn/text-base/ccache_cc.svn-base b/tools/ccache/files/.svn/text-base/ccache_cc.svn-base new file mode 100644 index 0000000..01c4ad4 --- /dev/null +++ b/tools/ccache/files/.svn/text-base/ccache_cc.svn-base @@ -0,0 +1,2 @@ +#!/bin/sh +exec ccache "${TARGET_CC_NOCACHE}" "$@" diff --git a/tools/ccache/files/.svn/text-base/ccache_cxx.svn-base b/tools/ccache/files/.svn/text-base/ccache_cxx.svn-base new file mode 100644 index 0000000..cc60eb3 --- /dev/null +++ b/tools/ccache/files/.svn/text-base/ccache_cxx.svn-base @@ -0,0 +1,2 @@ +#!/bin/sh +exec ccache "${TARGET_CXX_NOCACHE}" "$@" |