DJ Lucas via blfs-book wrote:


On 10/22/2017 04:05 AM, Armin K. via blfs-book wrote:

-make</userinput></screen>
+<screen><userinput>meson --prefix /usr $PWD build &amp;&amp;
+cd build &amp;&amp;
+ninja</userinput></screen>


Make these two into "ninja -C build", same for install cmd.

Will do, thanks.

Actually, I'd rather not. It only removes one line at the expense of making two lines slightly more complex. What we have now is similar to cmake.

If we want to make things more consistent, we would be better off with:

mkdir build
cd    build
meson ..
ninja
ninja install

  -- Bruce

--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to