Makefile: add tar-sync

This commit is contained in:
Kay Sievers 2011-05-30 02:06:12 +02:00
parent 3e227830ad
commit ea69e8217b
2 changed files with 5 additions and 0 deletions

View file

@ -699,6 +699,9 @@ git-release:
git gc
git prune
tar-sync:
scp udev-$(VERSION).gz master.kernel.org:/pub/linux/utils/kernel/hotplug/
doc-sync:
rsync -av udev/*.html master.kernel.org:/pub/linux/utils/kernel/hotplug/udev/
rsync -av --delete libudev/docs/html/ master.kernel.org:/pub/linux/utils/kernel/hotplug/libudev/

2
TODO
View file

@ -1,3 +1,5 @@
- libudev: return errno or set errno
- delete mobile-action-modeswitch
(moved to usb_modeswitch)