Skip to content

Commit

Permalink
Merge pull request #342 from jrosdahl/update-ccache-url
Browse files Browse the repository at this point in the history
Update to new ccache URL
  • Loading branch information
shawnl committed May 26, 2019
2 parents 037051f + 22555f6 commit 2f5f920
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion doc/web/benchmark.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<ul>
<li><a title="How to use distcc and Gentoo" href="http://www.gentoo.org/doc/en/distcc.xml">Gentoo</a></li>
<li><a title="Script to ease building cross-compilers and toolchains" href="http://kegel.com/crosstool/">crosstool</a></li>
<li><a title="Cache compiler results" href="http://ccache.samba.org/">ccache</a></li>
<li><a title="Cache compiler results" href="https://ccache.dev/">ccache</a></li>
<li><a title="Centralized control over distcc and ccache" href="http://ccontrol.ozlabs.org/">ccontrol</a></li>
<li><a title="Smart job scheduler" href="http://dmucs.sourceforge.net/">dmucs</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion doc/web/compared.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<ul>
<li><a title="How to use distcc and Gentoo" href="http://www.gentoo.org/doc/en/distcc.xml">Gentoo</a></li>
<li><a title="Script to ease building cross-compilers and toolchains" href="http://kegel.com/crosstool/">crosstool</a></li>
<li><a title="Cache compiler results" href="http://ccache.samba.org/">ccache</a></li>
<li><a title="Cache compiler results" href="https://ccache.dev/">ccache</a></li>
<li><a title="Centralized control over distcc and ccache" href="http://ccontrol.ozlabs.org/">ccontrol</a></li>
<li><a title="Smart job scheduler" href="http://dmucs.sourceforge.net/">dmucs</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion doc/web/compilers.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<ul>
<li><a title="How to use distcc and Gentoo" href="http://www.gentoo.org/doc/en/distcc.xml">Gentoo</a></li>
<li><a title="Script to ease building cross-compilers and toolchains" href="http://kegel.com/crosstool/">crosstool</a></li>
<li><a title="Cache compiler results" href="http://ccache.samba.org/">ccache</a></li>
<li><a title="Cache compiler results" href="https://ccache.dev/">ccache</a></li>
<li><a title="Centralized control over distcc and ccache" href="http://ccontrol.ozlabs.org/">ccontrol</a></li>
<li><a title="Smart job scheduler" href="http://dmucs.sourceforge.net/">dmucs</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion doc/web/distcc-lca-2004.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h2><a name="c-compilation">2.2   C compilation</a></h2>
preprocessed text plus the compiler command line completely specifies
the output. By running the preprocessor locally, distcc avoids any
requirement to have the same headers on all machines.</p>
<p>Before distcc, the <a class="reference" href="http://www.erikyyy.de/compilercache/">compilercache</a> and <a class="reference" href="http://ccache.samba.org/">ccache</a> programs used this
<p>Before distcc, the <a class="reference" href="http://www.erikyyy.de/compilercache/">compilercache</a> and <a class="reference" href="https://ccache.dev/">ccache</a> programs used this
observation to remember the results of building a particular source
file. This can be useful when trees are cleaned and rebuilt, or when
similar trees are built in different directories.</p>
Expand Down
6 changes: 3 additions & 3 deletions doc/web/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<ul>
<li><a title="How to use distcc and Gentoo" href="http://www.gentoo.org/doc/en/distcc.xml">Gentoo</a></li>
<li><a title="Script to ease building cross-compilers and toolchains" href="http://kegel.com/crosstool/">crosstool</a></li>
<li><a title="Cache compiler results" href="http://ccache.samba.org/">ccache</a></li>
<li><a title="Cache compiler results" href="https://ccache.dev/">ccache</a></li>
<li><a title="Centralized control over distcc and ccache" href="http://ccontrol.ozlabs.org/">ccontrol</a></li>
<li><a title="Smart job scheduler" href="http://dmucs.sourceforge.net/">dmucs</a></li>
</ul>
Expand Down Expand Up @@ -737,7 +737,7 @@ <h3>gcc's DEPENDENCIES_OUTPUT option is broken</h3>
<p>
Programs that use gcc's <a href="http://lists.samba.org/pipermail/distcc/2003q3/001547.html">DEPENDENCIES_OUTPUT</a> option don't work with ccache.
<p>
This should be fixed in <a href="http://ccache.samba.org/">ccache 2.3</a>. There is no problem with distcc.
This should be fixed in <a href="https://ccache.dev/">ccache 2.3</a>. There is no problem with distcc.


<h3>distcc fails to build on OS X</h3>
Expand Down Expand Up @@ -816,7 +816,7 @@ <h3>gdb can't find source files</h3>
This can affect other programs which rely on debug stabs, such as
<tt>addr2line</tt>, and it results in object files not being
byte-for-byte identical when they include the source directory. The
same bug affects <a href="http://ccache.samba.org/">ccache</a>.
same bug affects <a href="https://ccache.dev/">ccache</a>.

<h3>TCP_CORK in linux-2.2</h3>
<p>
Expand Down
4 changes: 2 additions & 2 deletions doc/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<ul>
<li><a title="How to use distcc and Gentoo" href="http://www.gentoo.org/doc/en/distcc.xml">Gentoo</a></li>
<li><a title="Script to ease building cross-compilers and toolchains" href="http://kegel.com/crosstool/">crosstool</a></li>
<li><a title="Cache compiler results" href="http://ccache.samba.org/">ccache</a></li>
<li><a title="Cache compiler results" href="https://ccache.dev/">ccache</a></li>
<li><a title="Centralized control over distcc and ccache" href="http://ccontrol.ozlabs.org/">ccontrol</a></li>
<li><a title="Smart job scheduler" href="http://dmucs.sourceforge.net/">dmucs</a></li>
</ul>
Expand Down Expand Up @@ -159,7 +159,7 @@ <h1 class="title">distcc: a fast, free distributed C/C++ compiler</h1>

<ul>
<li>
<a href="http://ccache.samba.org/">ccache</a>
<a href="https://ccache.dev/">ccache</a>
caches compiler output to accelerate builds.
<li>
<a href="http://dmucs.sourceforge.net/">dmucs</a> helps distcc select
Expand Down
2 changes: 1 addition & 1 deletion doc/web/man/distcc_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -1291,6 +1291,6 @@ <H2>
</H2>
<B>distccd</B>(1), <B>pump</B>(1), <B>include_server</B>(1), <B>gcc</B>(1),
<B>make</B>(1), and <B>ccache</B>(1). <I> http://code.google.com/p/distcc/</I>
<I>http://ccache.samba.org/</I><BR>
<I>https://ccache.dev/</I><BR>
</BODY>
</HTML>
2 changes: 1 addition & 1 deletion doc/web/man/distccmon_text_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ <H2>
<BR>
<P>
distccd(1), ccache(1), gcc(1), make(1) http://code.google.com/p/distcc/
http://ccache.samba.org/<BR>
https://ccache.dev/<BR>
</BODY>
</HTML>
2 changes: 1 addition & 1 deletion doc/web/man/include_server_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,6 @@ <H2>
SEE ALSO</A>
</H2>
<B>distcc</B>(1), <B>distccd</B>(1), <B>include_server</B>(1),
and <B>gcc</B>(1). http://code.google.com/p/distcc/ http://ccache.samba.org/<BR>
and <B>gcc</B>(1). http://code.google.com/p/distcc/ https://ccache.dev/<BR>
</BODY>
</HTML>
4 changes: 2 additions & 2 deletions doc/web/results.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<ul>
<li><a title="How to use distcc and Gentoo" href="http://www.gentoo.org/doc/en/distcc.xml">Gentoo</a></li>
<li><a title="Script to ease building cross-compilers and toolchains" href="http://kegel.com/crosstool/">crosstool</a></li>
<li><a title="Cache compiler results" href="http://ccache.samba.org/">ccache</a></li>
<li><a title="Cache compiler results" href="https://ccache.dev/">ccache</a></li>
<li><a title="Centralized control over distcc and ccache" href="http://ccontrol.ozlabs.org/">ccontrol</a></li>
<li><a title="Smart job scheduler" href="http://dmucs.sourceforge.net/">dmucs</a></li>
</ul>
Expand All @@ -64,7 +64,7 @@ <h1 class="title">distcc testimonials</h1>
be set up in no time and if like us you're continuously and
repeatedly building lots of code it'll save you hours if not
days of waiting around for compiles to finish. Also check out
<a href="http://ccache.samba.org/">ccache</a>.
<a href="https://ccache.dev/">ccache</a>.
&mdash; The
<a href=http://www.rosegardenmusic.com/resources/links/>Rosegarden</a>
music software developers.
Expand Down
2 changes: 1 addition & 1 deletion doc/web/scenarios.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<ul>
<li><a title="How to use distcc and Gentoo" href="http://www.gentoo.org/doc/en/distcc.xml">Gentoo</a></li>
<li><a title="Script to ease building cross-compilers and toolchains" href="http://kegel.com/crosstool/">crosstool</a></li>
<li><a title="Cache compiler results" href="http://ccache.samba.org/">ccache</a></li>
<li><a title="Cache compiler results" href="https://ccache.dev/">ccache</a></li>
<li><a title="Centralized control over distcc and ccache" href="http://ccontrol.ozlabs.org/">ccontrol</a></li>
<li><a title="Smart job scheduler" href="http://dmucs.sourceforge.net/">dmucs</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion doc/web/security.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<ul>
<li><a title="How to use distcc and Gentoo" href="http://www.gentoo.org/doc/en/distcc.xml">Gentoo</a></li>
<li><a title="Script to ease building cross-compilers and toolchains" href="http://kegel.com/crosstool/">crosstool</a></li>
<li><a title="Cache compiler results" href="http://ccache.samba.org/">ccache</a></li>
<li><a title="Cache compiler results" href="https://ccache.dev/">ccache</a></li>
<li><a title="Centralized control over distcc and ccache" href="http://ccontrol.ozlabs.org/">ccontrol</a></li>
<li><a title="Smart job scheduler" href="http://dmucs.sourceforge.net/">dmucs</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion man/distcc.1
Original file line number Diff line number Diff line change
Expand Up @@ -985,4 +985,4 @@ COPYING.
\fBdistccd\fR(1), \fBpump\fR(1), \fBinclude_server\fR(1), \fBgcc\fR(1),
\fBmake\fR(1), and \fBccache\fR(1).
.I http://code.google.com/p/distcc/
.I http://ccache.samba.org/
.I https://ccache.dev/
2 changes: 1 addition & 1 deletion man/distccmon-text.1
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ distcc was written by Martin Pool <mbp@sourcefrog.net>, with the co\-operatio
.LP d
distccd(1), ccache(1), gcc(1), make(1)
http://code.google.com/p/distcc/
http://ccache.samba.org/
https://ccache.dev/
2 changes: 1 addition & 1 deletion man/include_server.1
Original file line number Diff line number Diff line change
Expand Up @@ -303,4 +303,4 @@ COPYING.

.SH "SEE ALSO"
\fBdistcc\fR(1), \fBdistccd\fR(1), \fBinclude_server\fR(1), and \fBgcc\fR(1).
http://code.google.com/p/distcc/ http://ccache.samba.org/
http://code.google.com/p/distcc/ https://ccache.dev/

0 comments on commit 2f5f920

Please sign in to comment.