Whamcloud - gitweb
LU-2675 build: remove obsolete Kernelenv files 96/13196/2
authorJohn L. Hammond <john.hammond@intel.com>
Mon, 29 Dec 2014 16:18:07 +0000 (10:18 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Sun, 4 Jan 2015 18:39:16 +0000 (18:39 +0000)
Remove the obsolete Kernelenv.{in,mk} files from libcfs/ and lnet/.

Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: I778b00c3c4b315d9811f594d2b99457a83b696c7
Reviewed-on: http://review.whamcloud.com/13196
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
libcfs/.gitignore
libcfs/Kernelenv.in [deleted file]
libcfs/Kernelenv.mk [deleted file]
libcfs/autoconf/lustre-libcfs.m4
lnet/.gitignore
lnet/Kernelenv.in [deleted file]
lnet/Kernelenv.mk [deleted file]
lnet/autoconf/lustre-lnet.m4
lustre-iokit/.gitignore

index 57ee492..ac46dc9 100644 (file)
@@ -1,3 +1,2 @@
-/Kernelenv
 /aclocal.m4
 /autom4te.cache
diff --git a/libcfs/Kernelenv.in b/libcfs/Kernelenv.in
deleted file mode 100644 (file)
index 59eda30..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-EXTRA_CFLAGS := -Ifs/lustre/include -Ifs/lustre/lnet/include
-# lnet/utils/debug.c wants <linux/version.h> from userspace.  sigh.
-HOSTCFLAGS := -I@LINUX@/include $(EXTRA_CFLAGS)
-LIBREADLINE := @LIBREADLINE@
-# 2.5's makefiles aren't nice to cross dir libraries in host programs
-PTLCTLOBJS := debug.o l_ioctl.o parser.o portals.o
diff --git a/libcfs/Kernelenv.mk b/libcfs/Kernelenv.mk
deleted file mode 100644 (file)
index d973e5d..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-EXTRA_CFLAGS := -Ifs/lustre/include -Ifs/lustre/lnet/include
-HOSTCFLAGS := $(EXTRA_CFLAGS)
-# the kernel doesn't want us to build archives for host binaries :/
-PTLCTLOBJS := debug.o l_ioctl.o parser.o portals.o
index 1053e91..24cc7f1 100644 (file)
@@ -437,7 +437,6 @@ AM_CONDITIONAL(NEED_PCLMULQDQ_CRC32C, [test "x$enable_crc32c_crypto" = xyes])
 #
 AC_DEFUN([LIBCFS_CONFIG_FILES], [
 AC_CONFIG_FILES([
-libcfs/Kernelenv
 libcfs/Makefile
 libcfs/autoMakefile
 libcfs/autoconf/Makefile
index 57ee492..ac46dc9 100644 (file)
@@ -1,3 +1,2 @@
-/Kernelenv
 /aclocal.m4
 /autom4te.cache
diff --git a/lnet/Kernelenv.in b/lnet/Kernelenv.in
deleted file mode 100644 (file)
index 59eda30..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-EXTRA_CFLAGS := -Ifs/lustre/include -Ifs/lustre/lnet/include
-# lnet/utils/debug.c wants <linux/version.h> from userspace.  sigh.
-HOSTCFLAGS := -I@LINUX@/include $(EXTRA_CFLAGS)
-LIBREADLINE := @LIBREADLINE@
-# 2.5's makefiles aren't nice to cross dir libraries in host programs
-PTLCTLOBJS := debug.o l_ioctl.o parser.o portals.o
diff --git a/lnet/Kernelenv.mk b/lnet/Kernelenv.mk
deleted file mode 100644 (file)
index d973e5d..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-EXTRA_CFLAGS := -Ifs/lustre/include -Ifs/lustre/lnet/include
-HOSTCFLAGS := $(EXTRA_CFLAGS)
-# the kernel doesn't want us to build archives for host binaries :/
-PTLCTLOBJS := debug.o l_ioctl.o parser.o portals.o
index ad390bf..2236120 100644 (file)
@@ -698,7 +698,6 @@ AM_CONDITIONAL(BUILD_DLC,        test x$USE_DLC = "xyes")
 #
 AC_DEFUN([LN_CONFIG_FILES], [
 AC_CONFIG_FILES([
-lnet/Kernelenv
 lnet/Makefile
 lnet/autoMakefile
 lnet/autoconf/Makefile
index f133c40..1869448 100644 (file)
@@ -1,4 +1,3 @@
-/Kernelenv
 /Makefile.in
 /aclocal.m4
 /autom4te.cache