[PATCH 01/13] xfsprogs: don't install internal header files
Christoph Hellwig
hch at lst.de
Fri Jul 3 05:12:09 CDT 2015
All the headers in $(HFILES) are internal to xfsprogs and should not be
installed.
Signed-off-by: Christoph Hellwig <hch at lst.de>
---
libxfs/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libxfs/Makefile b/libxfs/Makefile
index 98e0e28..c85f1ed 100644
--- a/libxfs/Makefile
+++ b/libxfs/Makefile
@@ -139,7 +139,7 @@ install-headers: $(addsuffix -hdrs, $(PKGHFILES) $(QAHFILES))
$(Q)$(LN_S) -f $(PWD)/libxfs/$* $(TOPDIR)/include/xfs/$*
install-dev: install
- $(INSTALL) -m 644 $(PKGHFILES) $(HFILES) $(PKG_INC_DIR)
+ $(INSTALL) -m 644 $(PKGHFILES) $(PKG_INC_DIR)
install-qa: install-dev
$(INSTALL) -m 644 $(QAHFILES) $(PKG_INC_DIR)
--
1.9.1
More information about the xfs
mailing list