[Pkg-lustre-svn-commit] updated: [e76c899] Remove make -C $(KSRC) prepare call.

Patrick Winnertz winnie at debian.org
Mon Oct 20 16:54:46 UTC 2008


The following commit has been merged in the master branch:
commit e76c89994eba4652b6ae6c44cbe76e07699bfd2a
Author: Patrick Winnertz <winnie at debian.org>
Date:   Mon Oct 20 18:12:23 2008 +0200

    Remove make -C $(KSRC) prepare call.
    
    Closes: #501427

diff --git a/debian/rules b/debian/rules
index 5980830..e0393cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -259,8 +259,6 @@ kdist_config: prep-deb-files
 	#  Check build dependencies again, needs to be done since we just
 	# replaced the control file.
 	dpkg-checkbuilddeps
-	# Prepare the kernel to lustres' liking
-	-$(MAKE) -C $(KSRC) prepare scripts
 	# touch files to same date, to avoid auto*
 	find . -type f -exec touch -r COPYING {} \;
 	# Doesn't seem possible to only build modules...

-- 
Lustre Debian Packaging 



More information about the Pkg-lustre-svn-commit mailing list