On 3/29/19 12:16 PM, Ryan Marsaw via blfs-dev wrote:
On Fri, 29 Mar 2019, Bruce Dubbs via blfs-dev wrote:

On 3/29/19 6:42 AM, Roger Koehler via blfs-dev wrote:
I am using the Sys V version:

make[1]: Entering directory '/sources/yaml/libyaml-0.2.2'
make[1]: *** No rule to make target 'build'.  Stop


You are supposed to be IN directory build.

mkdir build &&
cd    build &&
cmake ... &&
make

If you are scripting, note that after extracting, you need to cd to libyaml-0.2.2 and not yaml-0.2.2.

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


The first line of the installation of YAML 0.2.2 reads:

make build &&
cd   build &&

That should be "mkdir build && cd build &&"
I believe that's what's causing Rogers's error.

LOL.  It is a problem.  Fixed in revision 21411.

  -- Bruce
--
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