debian/rules: Make rsync quiet.

svn path=/dists/sid/linux-2.6/; revision=6489
This commit is contained in:
Bastian Blank 2006-04-28 22:00:26 +00:00
parent f1304851af
commit 2f48f1fd7e
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -37,7 +37,7 @@ $(BUILD_DIR) $(STAMPS_DIR):
@[ -d $@ ] || mkdir $@
orig: ../orig/linux-$(MAJOR)-$(VERSION)
rsync --delete --exclude debian --exclude .svn --link-dest=../orig/linux-$(MAJOR)-$(VERSION)/ -av ../orig/linux-$(MAJOR)-$(VERSION)/ .
rsync --delete --exclude debian --exclude .svn --link-dest=../orig/linux-$(MAJOR)-$(VERSION)/ -a ../orig/linux-$(MAJOR)-$(VERSION)/ .
../orig/linux-$(MAJOR)-$(VERSION):
if [ -f "../linux-$(MAJOR)_$(VERSION).orig.tar.gz" ]; then \