From: "Yu, Mingli" <mingli.yu@windriver.com>
To: <linux-nfs@vger.kernel.org>
Subject: Re: [PATCH] Makefile.am: update the path of libnfs.a
Date: Thu, 3 Jan 2019 10:24:57 +0800 [thread overview]
Message-ID: <5C2D7279.2040202@windriver.com> (raw)
In-Reply-To: <1545026355-401179-1-git-send-email-mingli.yu@windriver.com>
Ping.
On 2018年12月17日 13:59, mingli.yu@windriver.com wrote:
> From: Mingli Yu <Mingli.Yu@windriver.com>
>
> The libnfs.a is under ../support/nfs/.libs/ now,
> update the reference path accordingly to fix below
> build error when run "make -C tests statdb_dump":
> | make: *** No rule to make target '../support/nfs/libnfs.a', needed by 'statdb_dump'. Stop.
>
> And below error when run "make -C tests/nsm_client nsm_client"
> | make: *** No rule to make target '../../support/nfs/libnfs.a', needed by 'nsm_client'. Stop.
>
> Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
> ---
> tests/Makefile.am | 2 +-
> tests/nsm_client/Makefile.am | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/Makefile.am b/tests/Makefile.am
> index 1f96264..74aa629 100644
> --- a/tests/Makefile.am
> +++ b/tests/Makefile.am
> @@ -3,7 +3,7 @@
> check_PROGRAMS = statdb_dump
> statdb_dump_SOURCES = statdb_dump.c
>
> -statdb_dump_LDADD = ../support/nfs/libnfs.a \
> +statdb_dump_LDADD = ../support/nfs/.libs/libnfs.a \
> ../support/nsm/libnsm.a $(LIBCAP)
>
> SUBDIRS = nsm_client
> diff --git a/tests/nsm_client/Makefile.am b/tests/nsm_client/Makefile.am
> index a8fc131..43db9c2 100644
> --- a/tests/nsm_client/Makefile.am
> +++ b/tests/nsm_client/Makefile.am
> @@ -13,7 +13,7 @@ check_PROGRAMS = nsm_client
> nsm_client_SOURCES = $(GENFILES) nsm_client.c
>
> BUILT_SOURCES = $(GENFILES)
> -nsm_client_LDADD = ../../support/nfs/libnfs.a \
> +nsm_client_LDADD = ../../support/nfs/.libs/libnfs.a \
> ../../support/nsm/libnsm.a $(LIBCAP) $(LIBTIRPC)
>
> if CONFIG_RPCGEN
>
next prev parent reply other threads:[~2019-01-03 2:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-17 5:59 [PATCH] Makefile.am: update the path of libnfs.a mingli.yu
2019-01-03 2:24 ` Yu, Mingli [this message]
2019-01-29 20:41 ` Steve Dickson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5C2D7279.2040202@windriver.com \
--to=mingli.yu@windriver.com \
--cc=linux-nfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.