From: Eric Sandeen <sandeen@redhat.com>
To: xfs-oss <xfs@oss.sgi.com>
Subject: [PATCH] xfsprogs: install PKGHFILES in install-dev
Date: Fri, 15 May 2015 11:24:03 -0500 [thread overview]
Message-ID: <55561DA3.3070607@redhat.com> (raw)
Without this, we'll be missing xfs_fs.h and xfs_types.h
when we "make install-dev" (and xfs.h includes them).
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---
(for the libxfs-4* branch)
diff --git a/libxfs/Makefile b/libxfs/Makefile
index 981cb0b..a3c9ab5 100644
--- a/libxfs/Makefile
+++ b/libxfs/Makefile
@@ -131,7 +131,7 @@ include $(BUILDRULES)
install: default
install-dev: install
- $(INSTALL) -m 644 $(HFILES) $(PKG_INC_DIR)
+ $(INSTALL) -m 644 $(PKGHFILES) $(HFILES) $(PKG_INC_DIR)
install-qa: install-dev
$(INSTALL) -m 644 $(QAHFILES) $(PKG_INC_DIR)
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
reply other threads:[~2015-05-15 16:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=55561DA3.3070607@redhat.com \
--to=sandeen@redhat.com \
--cc=xfs@oss.sgi.com \
/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.