Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2013 16:50:02 GMT
From:      Dennis Yusupoff <dyr@smartspb.net>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/173914: [build] share/mk/bsd.compiler.mk does not know ccache
Message-ID:  <201302281650.r1SGo2ZS006724@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/173914; it has been noted by GNATS.

From: Dennis Yusupoff <dyr@smartspb.net>
To: bug-followup@FreeBSD.org, thierry@FreeBSD.org
Cc:  
Subject: Re: misc/173914: [build] share/mk/bsd.compiler.mk does not know ccache
Date: Thu, 28 Feb 2013 20:42:58 +0400

 This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
 ------enig2WAHCTLFQCNFLKGJWBCOU
 Content-Type: multipart/alternative;
  boundary="------------050701060703010006070307"
 
 This is a multi-part message in MIME format.
 --------------050701060703010006070307
 Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: quoted-printable
 
 Simple patch are below.
 
 |--- bsd.compiler.mk.orig     2013-02-28 20:41:04.000000000 +0400||
 ||+++ bsd.compiler.mk 2013-02-28 20:01:23.000000000 +0400||
 ||@@ -11,6 +11,8 @@||
 || COMPILER_TYPE:=3D        gcc||
 || .  elif ${_COMPILER_VERSION:M\(GCC\)}||
 || COMPILER_TYPE:=3D        gcc||
 ||+.  elif ${_COMPILER_VERSION:M\(ccache\)}||
 ||+COMPILER_TYPE:=3D        gcc||
 || .  elif ${_COMPILER_VERSION:Mclang}||
 || COMPILER_TYPE:=3D        clang||
 || .  else|
 
 --=20
 Best regards,
 Dennis Yusupoff,
 network engineer of
 Smart-Telecom ISP
 Russia, Saint-Petersburg=20
 
 
 --------------050701060703010006070307
 Content-Type: text/html; charset=UTF-8
 Content-Transfer-Encoding: quoted-printable
 
 <html>
   <head>
 
     <meta http-equiv=3D"content-type" content=3D"text/html; charset=3DUTF=
 -8">
   </head>
   <body text=3D"#000000" bgcolor=3D"#FFFFFF">
     Simple patch are below.<br>
     <br>
     <code>--- bsd.compiler.mk.orig =C2=A0=C2=A0=C2=A0 2013-02-28 20:41:04=
 =2E000000000
       +0400</code><code><br>
     </code><code>+++ bsd.compiler.mk 2013-02-28 20:01:23.000000000 +0400<=
 /code><code><br>
     </code><code>@@ -11,6 +11,8 @@</code><code><br>
     </code><code>=C2=A0COMPILER_TYPE:=3D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
 =A0=C2=A0 gcc</code><code><br>
     </code><code>=C2=A0.=C2=A0 elif ${_COMPILER_VERSION:M\(GCC\)}</code><=
 code><br>
     </code><code>=C2=A0COMPILER_TYPE:=3D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
 =A0=C2=A0 gcc</code><code><br>
     </code><code>+.=C2=A0 elif ${_COMPILER_VERSION:M\(ccache\)}</code><co=
 de><br>
     </code><code>+COMPILER_TYPE:=3D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
 =A0 gcc</code><code><br>
     </code><code>=C2=A0.=C2=A0 elif ${_COMPILER_VERSION:Mclang}</code><co=
 de><br>
     </code><code>=C2=A0COMPILER_TYPE:=3D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
 =A0=C2=A0 clang</code><code><br>
     </code><code>=C2=A0.=C2=A0 else</code><br>
     <br>
     <pre class=3D"moz-signature" cols=3D"72">--=20
 Best regards,
 Dennis Yusupoff,
 network engineer of
 Smart-Telecom ISP
 Russia, Saint-Petersburg </pre>
   </body>
 </html>
 
 --------------050701060703010006070307--
 
 ------enig2WAHCTLFQCNFLKGJWBCOU
 Content-Type: application/pgp-signature; name="signature.asc"
 Content-Description: OpenPGP digital signature
 Content-Disposition: attachment; filename="signature.asc"
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.10 (MingW32)
 
 iQEcBAEBAgAGBQJRL4kSAAoJEBUTaqBS2NB4AKYH/iwfs7OlGxX5bcTaQVwV+ijp
 XAsKwFJ3KNexBTlSScLC2B6kXZUwpGFDmBgUbyuualljtQQQcs65w5KyUb2ENi/n
 KqHb2kI4hdizXM9pT7uymqoKfwZRsquzQvhd7x/sCAJ/55omCWqMYJ4ZREWHZkF8
 xj5T+7ym68XwgVznyjF4U0/192FsvNDVRFqdVkLOphYKUquLvsUg66CpXT1yM+K8
 FkPAnaFjJ6dNjfISb+kLhdhpzujV/8WVy1SGrdO7IN05SxZOlgpgNpqFJvSgDfwW
 W2fge2gqp/l1IgGfjpkMvCqVyuui2MB/yjB/IGrMdec2hdEczKp3NEyh7v9QiSk=
 =Gmu4
 -----END PGP SIGNATURE-----
 
 ------enig2WAHCTLFQCNFLKGJWBCOU--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302281650.r1SGo2ZS006724>