Whamcloud - gitweb
A lack of a SERIES file specified in a target file means that we don't have
authorbrian <brian>
Tue, 4 Apr 2006 21:04:12 +0000 (21:04 +0000)
committerbrian <brian>
Tue, 4 Apr 2006 21:04:12 +0000 (21:04 +0000)
commita6aaba12b428cb7ffb31f0c13dcdd946d21f6ee9
tree354dc10c58b0294555438ef7f4175d1b7498beec
parent0ea53f69229b16995b065c8232643af53bc95dd3
A lack of a SERIES file specified in a target file means that we don't have
patches for a kernel, so why build one.  Specifically this is for building a
patchless client.
This should all work if the concept of:
if [ -z "$LINUX" ] ; then
...
else
    build_lustre
fi
works.  I don't know that we test the build_lustre() function of lbuild with
any regularity, if at all though.
build/lbuild