From a2a1824c806c692390381e9405ad61aa29cb9f1b Mon Sep 17 00:00:00 2001 From: zab Date: Tue, 2 Mar 2004 23:12:26 +0000 Subject: [PATCH] - more progress in moving towards building against cray's external portals includes. This is a work in progress as I ran into internal compiler errors. All builds are probably broken. --- lnet/configure.in | 34 ---------------------------------- lustre/portals/configure.in | 34 ---------------------------------- 2 files changed, 68 deletions(-) delete mode 100644 lnet/configure.in delete mode 100644 lustre/portals/configure.in diff --git a/lnet/configure.in b/lnet/configure.in deleted file mode 100644 index bacf532..0000000 --- a/lnet/configure.in +++ /dev/null @@ -1,34 +0,0 @@ -# This version is here to make autoconf happy; the name is a file which is -# "unique" to this directory so that configure knows where it should run. -AC_INIT(knals/Makefile.am, 3.0) -AC_CANONICAL_SYSTEM -# Copyright (C) 2001 Cluster File Systems, Inc. -# -# This code is issued under the GNU General Public License. -# See the file COPYING in this distribution - -# Automake variables. Steal the version number from packaging/intersync.spec -AM_INIT_AUTOMAKE(portals, builtin([esyscmd], [sed -ne '/.*define IVERSION /{ s/.*IVERSION //; p; }' libcfs/module.c])) -# AM_MAINTAINER_MODE - -sinclude(build.m4) -sinclude(archdep.m4) - -if test x$enable_inkernel = xyes ; then -cp Kernelenv.mk Kernelenv.in -cp Makefile.mk Makefile.in -cp libcfs/Makefile.mk libcfs/Makefile.in -cp portals/Makefile.mk portals/Makefile.in -cp knals/Makefile.mk knals/Makefile.in -cp knals/socknal/Makefile.mk knals/socknal/Makefile.in -cp router/Makefile.mk router/Makefile.in -fi - -AM_CONFIG_HEADER(include/config.h) - -AC_OUTPUT([Makefile Kernelenv libcfs/Makefile portals/Makefile \ - unals/Makefile knals/Makefile router/Makefile \ - knals/socknal/Makefile knals/gmnal/Makefile knals/qswnal/Makefile \ - knals/scimacnal/Makefile knals/ibnal/Makefile\ - utils/Makefile tests/Makefile doc/Makefile ]) - diff --git a/lustre/portals/configure.in b/lustre/portals/configure.in deleted file mode 100644 index bacf532..0000000 --- a/lustre/portals/configure.in +++ /dev/null @@ -1,34 +0,0 @@ -# This version is here to make autoconf happy; the name is a file which is -# "unique" to this directory so that configure knows where it should run. -AC_INIT(knals/Makefile.am, 3.0) -AC_CANONICAL_SYSTEM -# Copyright (C) 2001 Cluster File Systems, Inc. -# -# This code is issued under the GNU General Public License. -# See the file COPYING in this distribution - -# Automake variables. Steal the version number from packaging/intersync.spec -AM_INIT_AUTOMAKE(portals, builtin([esyscmd], [sed -ne '/.*define IVERSION /{ s/.*IVERSION //; p; }' libcfs/module.c])) -# AM_MAINTAINER_MODE - -sinclude(build.m4) -sinclude(archdep.m4) - -if test x$enable_inkernel = xyes ; then -cp Kernelenv.mk Kernelenv.in -cp Makefile.mk Makefile.in -cp libcfs/Makefile.mk libcfs/Makefile.in -cp portals/Makefile.mk portals/Makefile.in -cp knals/Makefile.mk knals/Makefile.in -cp knals/socknal/Makefile.mk knals/socknal/Makefile.in -cp router/Makefile.mk router/Makefile.in -fi - -AM_CONFIG_HEADER(include/config.h) - -AC_OUTPUT([Makefile Kernelenv libcfs/Makefile portals/Makefile \ - unals/Makefile knals/Makefile router/Makefile \ - knals/socknal/Makefile knals/gmnal/Makefile knals/qswnal/Makefile \ - knals/scimacnal/Makefile knals/ibnal/Makefile\ - utils/Makefile tests/Makefile doc/Makefile ]) - -- 1.8.3.1