Whamcloud - gitweb
LU-4349 target: count disconnected exports as stale
[fs/lustre-release.git] / debian / rules
index 5e59622..aecb8fd 100755 (executable)
@@ -361,18 +361,18 @@ kdist_config: prep-deb-files patch-stamp
        find . -type f -print0 | xargs -0 touch -r COPYING \;
        # Doesn't seem possible to only build modules...
        ./configure --with-linux=$(KSRC) \
+                   --disable-server \
                    --disable-quilt  \
                    --disable-dependency-tracking \
                    --disable-doc  \
                    --disable-utils \
                    --disable-liblustre \
                    --disable-snmp \
-                   --enable-ldiskfs \
                    --disable-zerocopy \
                    --disable-tests \
                    --enable-quota
 
-kdist_configure: kdist_config 
+kdist_configure: kdist_config
 
 # the binary-modules rule is invoked by module-assistant while processing the
 # kdist* targets. It is called by module-assistant or make-kpkg and *not*