Whamcloud - gitweb
b=17258 fix error with make rpms after configure --disable-tests
authorBrian J. Murrell <brian@sun.com>
Wed, 3 Mar 2010 16:51:40 +0000 (11:51 -0500)
committerJohann Lombardi <johann@sun.com>
Thu, 4 Mar 2010 13:02:01 +0000 (14:02 +0100)
commite4db346fe23192183dd391fbbbb618e4005730af
tree6109345b0e25fb78204b5247c406d8aa891679d3
parent2a038f7a09b86efe46773b2f52fc193fd10ae216
b=17258 fix error with make rpms after configure --disable-tests

If one configures lustre with "--disable-tests" a subsequent "make rpms"
will fail as it would still try to package up the lustre-tests RPM.
Fixing this provided the opportunity to fix another wart, that being the
subst'ing the configure arguments into the lustre.spec.  Now they are
passed as value with "--define 'configure_args ...'" when calling rpmbuild.
autoMakefile.am
build/autoMakefile.am.toplevel
build/lbuild
build/lmake
build/lustre-kernel-2.4.spec.in
lustre.spec.in