From a34120914aa315f24a946445b3258c3c950dfd19 Mon Sep 17 00:00:00 2001 From: braam Date: Mon, 26 May 2003 05:28:13 +0000 Subject: [PATCH] - automatically set up a 2.5 bk repository with symlink and Makefile fixes for builds - fix up patches, series files etc. Use some new names. --- lnet/archdep.m4 | 7 ++++++- lustre/portals/archdep.m4 | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/lnet/archdep.m4 b/lnet/archdep.m4 index 0315644..ad00a5e 100644 --- a/lnet/archdep.m4 +++ b/lnet/archdep.m4 @@ -11,8 +11,13 @@ AC_ARG_WITH(lib, [ --with-lib compile lustre library], host_cpu="lib") AC_ARG_WITH(linux, [ --with-linux=[path] set path to Linux source (default=/usr/src/linux)],LINUX=$with_linux,LINUX=/usr/src/linux) AC_SUBST(LINUX) +if test x$enable_inkernel = xyes ; then + echo ln -s `pwd` $LINUX/fs/lustre + rm $LINUX/fs/lustre + ln -s `pwd` $LINUX/fs/lustre +fi -# --------- UML? -------------------- +# -------------------- AC_MSG_CHECKING(if you are running user mode linux for $host_cpu ...) if test $host_cpu = "lib" ; then host_cpu="lib" diff --git a/lustre/portals/archdep.m4 b/lustre/portals/archdep.m4 index 0315644..ad00a5e 100644 --- a/lustre/portals/archdep.m4 +++ b/lustre/portals/archdep.m4 @@ -11,8 +11,13 @@ AC_ARG_WITH(lib, [ --with-lib compile lustre library], host_cpu="lib") AC_ARG_WITH(linux, [ --with-linux=[path] set path to Linux source (default=/usr/src/linux)],LINUX=$with_linux,LINUX=/usr/src/linux) AC_SUBST(LINUX) +if test x$enable_inkernel = xyes ; then + echo ln -s `pwd` $LINUX/fs/lustre + rm $LINUX/fs/lustre + ln -s `pwd` $LINUX/fs/lustre +fi -# --------- UML? -------------------- +# -------------------- AC_MSG_CHECKING(if you are running user mode linux for $host_cpu ...) if test $host_cpu = "lib" ; then host_cpu="lib" -- 1.8.3.1