Skip to content
Snippets Groups Projects
Commit 07ad0d51 authored by Robert Read's avatar Robert Read
Browse files

Branch HEAD

b=15969

Instead of fighting with a special case of having libcfs only exist on HEAD, I
created an empty branch for b1_x in libcfs.
parent 13c21277
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ if [ -d kernel_patches ] ; then
REQUIRED_DIRS="build"
CONFIGURE_DIRS=""
else
REQUIRED_DIRS="build lnet lustre"
REQUIRED_DIRS="build libcfs lnet lustre"
OPTIONAL_DIRS="snmp portals"
CONFIGURE_DIRS="libsysio lustre-iokit ldiskfs"
fi
......
......@@ -7,7 +7,7 @@ snmptag="HEAD"
ldiskfstag="HEAD"
ldiskfstag_head="b1_8_iam"
lustreiokittag="HEAD"
libcfstag=""
libcfstag="b1_x"
dmutag=""
hg_base_url="http://www.wizy.org/mercurial"
......@@ -268,8 +268,6 @@ cvs_cmd lustre lustre-core "$lustretag"
cvs_cmd ldiskfs ldiskfs "$ldiskfstag"
cvs_cmd lustre-iokit lustre-iokit "$lustreiokittag"
hg_cmd zfs-lustre "$hg_base_url" "$dmutag"
if [ -n $libcfstag ]; then
cvs_cmd libcfs libcfs "$libcfstag"
fi
cvs_cmd libcfs libcfs "$libcfstag"
[ -a ldiskfs/build ] || ln -sf ../build ldiskfs/build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment