mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Style: Add a double ampersand to remove a warning from meson.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22371 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
d9583b77bb
commit
a548a49fe3
@ -114,10 +114,10 @@
|
||||
following commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>mkdir python2 &&
|
||||
pushd python2 &&
|
||||
meson --prefix=/usr -Dpython=python2 &&
|
||||
ninja &&
|
||||
<screen><userinput>mkdir python2 &&
|
||||
pushd python2 &&
|
||||
meson --prefix=/usr -Dpython=python2 .. &&
|
||||
ninja &&
|
||||
popd</userinput></screen>
|
||||
|
||||
<para>
|
||||
@ -133,10 +133,10 @@ popd</userinput></screen>
|
||||
following commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>mkdir python3 &&
|
||||
pushd python3 &&
|
||||
meson --prefix=/usr -Dpython=python3 &&
|
||||
ninja &&
|
||||
<screen><userinput>mkdir python3 &&
|
||||
pushd python3 &&
|
||||
meson --prefix=/usr -Dpython=python3 .. &&
|
||||
ninja &&
|
||||
popd</userinput></screen>
|
||||
|
||||
<para>
|
||||
|
@ -105,7 +105,7 @@
|
||||
<screen><userinput>mkdir build &&
|
||||
cd build &&
|
||||
|
||||
meson --prefix=/usr &&
|
||||
meson --prefix=/usr .. &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user