[kernel] r13229 - dists/trunk/linux-kbuild-2.6/debian

Bastian Blank waldi at alioth.debian.org
Tue Mar 24 07:40:22 UTC 2009


Author: waldi
Date: Tue Mar 24 07:40:20 2009
New Revision: 13229

Log:
debian/rules: Only copy part of the orig.


Modified:
   dists/trunk/linux-kbuild-2.6/debian/rules

Modified: dists/trunk/linux-kbuild-2.6/debian/rules
==============================================================================
--- dists/trunk/linux-kbuild-2.6/debian/rules	(original)
+++ dists/trunk/linux-kbuild-2.6/debian/rules	Tue Mar 24 07:40:20 2009
@@ -24,7 +24,7 @@
 TAR_ORIG = $(firstword $(wildcard ../$(TAR_ORIG_NAME)) $(wildcard ../orig/$(TAR_ORIG_NAME)))
 
 orig: $(DIR_ORIG)
-	rsync --delete --exclude debian --exclude src --exclude .svk --exclude .svn --link-dest=$(DIR_ORIG)/ -a $(DIR_ORIG)/ .
+	rsync --delete --link-dest=$(CURDIR)/$(DIR_ORIG)/kbuild/ -a $(DIR_ORIG)/kbuild/ kbuild
 
 $(DIR_ORIG):
 ifeq ($(TAR_ORIG),)



More information about the Kernel-svn-changes mailing list