From: Steve Dickson <steved@redhat.com>
To: Linux NFS Mailing list <linux-nfs@vger.kernel.org>
Subject: [PATCH 2/2] gitignore: ignore files generated by libnfsidmap compilation
Date: Thu, 2 Nov 2017 11:07:23 -0400 [thread overview]
Message-ID: <20171102150723.31309-3-steved@redhat.com> (raw)
In-Reply-To: <20171102150723.31309-1-steved@redhat.com>
libnfsidmap.pc is generated during the compiling of libnfsidmap
which needed to be ignored.
Signed-off-by: Steve Dickson <steved@redhat.com>
---
.gitignore | 1 +
support/nfsidmap/libnfsidmap.pc | 11 -----------
2 files changed, 1 insertion(+), 11 deletions(-)
delete mode 100644 support/nfsidmap/libnfsidmap.pc
diff --git a/.gitignore b/.gitignore
index 540737d..f17db9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,6 +35,7 @@ support/include/stamp-h1
*.o
*.lo
*.la
+*.pc
.libs
lib*.a
test-driver
diff --git a/support/nfsidmap/libnfsidmap.pc b/support/nfsidmap/libnfsidmap.pc
deleted file mode 100644
index 5ec28ae..0000000
--- a/support/nfsidmap/libnfsidmap.pc
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=/usr
-exec_prefix=${prefix}
-libdir=${exec_prefix}/lib64
-includedir=${prefix}/include
-
-Name: libnfsidmap
-Description: Library that handles mapping between names and ids for NFSv4.
-Requires:
-Version: 2.1.1
-Libs: -L${exec_prefix}/lib64 -lnfsidmap
-Cflags: -I${prefix}/include
--
2.13.6
next prev parent reply other threads:[~2017-11-02 15:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-02 15:07 [PATCH 0/2] nfs-utils: Remove dependency on libnfsidmap-devel Steve Dickson
2017-11-02 15:07 ` [PATCH 1/2] nfs-utils: Remove dependency on libnfsidmap-devel package Steve Dickson
2017-11-02 15:07 ` Steve Dickson [this message]
2017-11-02 17:23 ` [PATCH 0/2] nfs-utils: Remove dependency on libnfsidmap-devel 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=20171102150723.31309-3-steved@redhat.com \
--to=steved@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).