| To: | xfs-oss <xfs@xxxxxxxxxxx> |
|---|---|
| Subject: | [PATCH] xfsprogs: install PKGHFILES in install-dev |
| From: | Eric Sandeen <sandeen@xxxxxxxxxx> |
| Date: | Fri, 15 May 2015 11:24:03 -0500 |
| Delivered-to: | xfs@xxxxxxxxxxx |
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@xxxxxxxxxx>
---
(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)
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Formación bonificada para empleados en activo, Andres Navarro |
|---|---|
| Next by Date: | Script to cross-apply libxfs changes, Eric Sandeen |
| Previous by Thread: | Formación bonificada para empleados en activo, Andres Navarro |
| Next by Thread: | Script to cross-apply libxfs changes, Eric Sandeen |
| Indexes: | [Date] [Thread] [Top] [All Lists] |