make: Replace direct invocations of ssh by $(CVS_RSH)

This commit is contained in:
Jan Lindemann 2007-08-23 10:57:38 +00:00 committed by Jan Lindemann
commit 3b954bc5c1
8 changed files with 24 additions and 23 deletions

View file

@ -17,5 +17,5 @@ clean:
upload.done: $(SELECTION)
sh $(UPLOAD_SH) $(SELECTION) $(UPLOAD_URL)
ssh -l root ftp.jannet.de /etc/cron.hourly/create_packet_descriptions.sh
$(CVS_RSH) -l root ftp.jannet.de /etc/cron.hourly/create_packet_descriptions.sh
touch $@