Hi:

Now most of our meson commands contains a '..' but a few does not.  Maybe we
should remove all '..' in meson commands.  Reasons:

(1)  '..' is unnecessary in meson command, with "mkdir build; cd build".
(2)  Sometimes we forgot to "mkdir build; cd build" and type the meson command
in the source code directory, mistakenly.  With a '..' meson will believe '..'
is the building directory and produce build.ninja and many other files in '..'. 
It's hard to clean them because BLFS source code directory (/usr/src or
$HOME/src) contains lots of tarballs.  However, without '..' if we forgot to
type "mkdir build; cd build" meson would complain and exit, instead of producing
the files.

Any thoughts?
-- 
Xi Ruoyao <xry...@mengyan1223.wang>
School of Aerospace Science and Technology, Xidian University

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

Reply via email to