[Ocfs2-test-devel] [PATCH 3/5] ocfs2-test: Added new tests to the RPM package.

Marcos Matsunaga Marcos.Matsunaga at oracle.com
Wed Sep 1 12:38:18 PDT 2010


- Added the files api-compat/Makefile and api-compat/include/Makefile

Signed-off-by: Marcos Matsunaga <Marcos.Matsunaga at oracle.com>
---
 api-compat/Makefile         |   11 +++++++++++
 api-compat/include/Makefile |   15 +++++++++++++++
 2 files changed, 26 insertions(+), 0 deletions(-)
 create mode 100644 api-compat/Makefile
 create mode 100644 api-compat/include/Makefile

diff --git a/api-compat/Makefile b/api-compat/Makefile
new file mode 100644
index 0000000..c8f2a2a
--- /dev/null
+++ b/api-compat/Makefile
@@ -0,0 +1,11 @@
+TOPDIR = ..
+
+CURDIR = $(shell pwd)
+
+include $(TOPDIR)/Preamble.make
+
+SUBDIRS = include
+
+include $(TOPDIR)/Postamble.make
+
+
diff --git a/api-compat/include/Makefile b/api-compat/include/Makefile
new file mode 100644
index 0000000..bf303b9
--- /dev/null
+++ b/api-compat/include/Makefile
@@ -0,0 +1,15 @@
+TOPDIR = ../..
+
+CURDIR = $(shell pwd)
+
+include $(TOPDIR)/Preamble.make
+
+HFILES += reflink.h  splice.h
+
+SOURCES = $(HFILES)
+
+DIST_FILES = $(SOURCES)
+
+include $(TOPDIR)/Postamble.make
+
+
-- 
1.5.6.5




More information about the Ocfs2-test-devel mailing list