libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libunwind] Building libunwind 0.91 requires bk


From: David Mosberger
Subject: Re: [libunwind] Building libunwind 0.91 requires bk
Date: Fri, 21 Mar 2003 18:32:07 -0800

>>>>> On Sat, 22 Mar 2003 12:58:12 +1100, Keith Owens <address@hidden> said:

  Keith> cd libunwind-0.91 ./configure make ...  make[1]: Leaving
  Keith> directory `/home/kaos/libunwind-0.91/tests' Making all in doc
  Keith> make[1]: Entering directory `/home/kaos/libunwind-0.91/doc'
  Keith> bk get -e libunwind.man make[1]: bk: Command not found

  Keith> Not everybody has bitkeeper installed.  Omitting doc
  Keith> directory from top level Makefile for the moment.

The rule looks like this:

.tex.man:
        -bk get -e $@
        $(L2M_CMD) $< $@

If bk isn't installed, make should just ignore the error.  Why isn't
this working for you?

        --david


reply via email to

[Prev in Thread] Current Thread [Next in Thread]