diff options
author | 2019-07-02 06:28:49 +0000 | |
---|---|---|
committer | 2019-07-02 06:28:49 +0000 | |
commit | dec76c1e13dcc67728f163eacdc4db6bf4f257aa (patch) | |
tree | 1447ab4296795e9d8bd44a6c7b5604c5ff2bc863 | |
parent | b1d8cbcd757ae665ea2e956847b038848026c9e2 (diff) | |
download | paludis-dec76c1e13dcc67728f163eacdc4db6bf4f257aa.tar.gz paludis-dec76c1e13dcc67728f163eacdc4db6bf4f257aa.tar.xz |
Documentation: Updated comment that mensiones exherbo configuration to be more intuitive.
-rw-r--r-- | doc/configuration/bashrc.html.part.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/configuration/bashrc.html.part.in b/doc/configuration/bashrc.html.part.in index b5cdb9bf7..60108f4ee 100644 --- a/doc/configuration/bashrc.html.part.in +++ b/doc/configuration/bashrc.html.part.in @@ -18,7 +18,7 @@ may be in operation.</p> CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" -# For Exherbo, use build_options:jobs rather than MAKEOPTS +# For Exherbo, use build_options:jobs in options.conf{.d/xy.foo.conf,} rather than MAKEOPTS MAKEOPTS="-j2" # For some profiles, you <strong>must</strong> set CHOST |