[kernel] r4794 - dists/trunk/linux-2.6/debian

Bastian Blank waldi at costa.debian.org
Sun Nov 13 13:34:46 UTC 2005


Author: waldi
Date: Sun Nov 13 13:34:45 2005
New Revision: 4794

Modified:
   dists/trunk/linux-2.6/debian/rules
Log:
debian/rules: Add --link-dest option to rsync to avoid copies if possible.


Modified: dists/trunk/linux-2.6/debian/rules
==============================================================================
--- dists/trunk/linux-2.6/debian/rules	(original)
+++ dists/trunk/linux-2.6/debian/rules	Sun Nov 13 13:34:45 2005
@@ -27,7 +27,7 @@
 	@[ -d $@ ] || mkdir $@
 
 orig: ../orig/linux-$(MAJOR)-$(VERSION)
-	rsync --delete --exclude debian --exclude .svn -av ../orig/linux-$(MAJOR)-$(VERSION)/ .
+	rsync --delete --exclude debian --exclude .svn --link-dest=../orig/linux-$(MAJOR)-$(VERSION)/ -av ../orig/linux-$(MAJOR)-$(VERSION)/ .
 
 ../orig/linux-$(MAJOR)-$(VERSION):
 	if [ -f "../linux-$(MAJOR)_$(VERSION).orig.tar.gz" ]; then \



More information about the Kernel-svn-changes mailing list