From 23c0df84d5018abb8666107bd41acdb2e0423332 Mon Sep 17 00:00:00 2001 From: pjkirner Date: Thu, 1 Sep 2005 04:02:09 +0000 Subject: [PATCH] Add support for b_lnet branch of the ./build tree to cleanly seperate the changes related to LNET reorg that is going on on the b1_4_newconfig branch(s). (Consulted with Jacob and Andreas on this change) --- lustrecvs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lustrecvs b/lustrecvs index f23c585..f6f62ef 100755 --- a/lustrecvs +++ b/lustrecvs @@ -54,6 +54,10 @@ case "$lustretag" in exit 0 ;; + b1_4_newconfig*) + buildtag="b_lnet" + ;; + v*) buildtag=$lustretag ;; # this is the branch table -- 1.8.3.1