From 0829cafb1bda1f88b25d31f196ec302e67a7f8a4 Mon Sep 17 00:00:00 2001 From: adilger Date: Mon, 10 Jan 2005 23:44:02 +0000 Subject: [PATCH 1/1] Add support for building with a specific CVS Tag. For versions before v1_4_1 we assume no tag in libsysio, for future versions they will have a specific libsysio tag. --- build/buildcvs | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/build/buildcvs b/build/buildcvs index aa6b66b..acd89ec 100644 --- a/build/buildcvs +++ b/build/buildcvs @@ -25,24 +25,33 @@ case "$lustretag" in ;; b_cray) - libsysiotag="LIBSYSIO_HEAD_20041101" - ;; + libsysiotag="LIBSYSIO_HEAD_20041101" + ;; b_hd_sec) - portalstag="b_hd_sec" - ;; + portalstag="b_hd_sec" + ;; b_port_ahead) - portalstag="b_port_ahead" + portalstag="b_port_ahead" ;; b_port_netid) - portalstag="b_port_netid" + portalstag="b_port_netid" ;; b_port_step) - portalstag="b_port_step" - ;; + portalstag="b_port_step" + ;; + + v1_[0-3]*|v1_4_0*|[A-Z]*) + portalstag="$lustretag" + ;; + + v[1-9]*) + portalstag="$lustretag" + libsysiotag="$lustretag" + ;; esac cvs_cmd libsysio libsysio "$libsysiotag" -- 1.8.3.1