xfs
[Top] [All Lists]

[PATCH 01/13] xfsprogs: don't install internal header files

To: xfs@xxxxxxxxxxx
Subject: [PATCH 01/13] xfsprogs: don't install internal header files
From: Christoph Hellwig <hch@xxxxxx>
Date: Fri, 3 Jul 2015 12:12:09 +0200
Delivered-to: xfs@xxxxxxxxxxx
In-reply-to: <1435918341-10128-1-git-send-email-hch@xxxxxx>
References: <1435918341-10128-1-git-send-email-hch@xxxxxx>
All the headers in $(HFILES) are internal to xfsprogs and should not be
installed.

Signed-off-by: Christoph Hellwig <hch@xxxxxx>
---
 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

<Prev in Thread] Current Thread [Next in Thread>