From: braam Date: Mon, 26 May 2003 05:28:13 +0000 (+0000) Subject: - automatically set up a 2.5 bk repository with symlink and Makefile X-Git-Tag: v1_7_100~1^90~49 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a34120914aa315f24a946445b3258c3c950dfd19;p=fs%2Flustre-release.git - 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. --- 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"