Whamcloud - gitweb
b=18656
authorbrian <brian>
Thu, 26 Mar 2009 17:32:10 +0000 (17:32 +0000)
committerbrian <brian>
Thu, 26 Mar 2009 17:32:10 +0000 (17:32 +0000)
rpmbuild gets a little upset when macros are left empty rather than being
defined to the empty string.

I'll be glad when all of this build spaghetti goes the way of the do-do.

build/lbuild

index e662666..ddc26df 100755 (executable)
@@ -663,7 +663,7 @@ clean_linux()
 
 prep_kernel_build()
 {
 
 prep_kernel_build()
 {
-    local lmakeopts=""
+    local lmakeopts="\"\""
     if $XEN; then
         lmakeopts="--xen"
     fi
     if $XEN; then
         lmakeopts="--xen"
     fi