[MacPorts] howto/ccache modified
MacPorts Wiki
noreply at macports.org
Thu May 23 16:23:21 UTC 2019
Page "howto/ccache" was changed by mf2k
Diff URL: <https://trac.macports.org/wiki/howto/ccache?action=diff&version=9>
Revision 9
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: howto/ccache
=========================================================================
--- howto/ccache (version: 8)
+++ howto/ccache (version: 9)
@@ -52,9 +52,9 @@
=== '''Use ccache outside MacPorts''' ===
-MacPorts doesn't create symlinks to local compiler therefore you need to create it manually.
+MacPorts does not create symlinks to the local compiler therefore you need to create them manually.
-One way could be to use the following script that find the available compilers and create symlinks on {{{/opt/local/libexec/ccache}}}.
+One way could be to use the following script that finds the available compilers and create symlinks on {{{/opt/local/libexec/ccache}}}.
{{{
#!/bin/sh
@@ -91,8 +91,8 @@
Now to use ccache also outside MacPorts you have to edit your PATH which is set in your `.profile` or `.bash_profile`.
-First, locate the file you are using. If there is a `.bash_profile` edit this file, if there is only `.profile` you want to edit this.
-
+First, locate the file you are using. If there is a `.bash_profile` then edit this file, if there is only `.profile` then you want to edit this.
+
There will be this line in there:
{{{
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
-------8<------8<------8<------8<------8<------8<------8<------8<--------
--
Page URL: <https://trac.macports.org/wiki/howto/ccache>
MacPorts <https://www.macports.org/>
Ports system for macOS
This is an automated message. Someone added your email address to be
notified of changes on 'howto/ccache' page.
If it was not you, please report to admin at macports.org.
More information about the macports-changes
mailing list