Makefile: add tar-sync
authorKay Sievers <kay.sievers@vrfy.org>
Mon, 30 May 2011 00:06:12 +0000 (02:06 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Mon, 30 May 2011 00:06:12 +0000 (02:06 +0200)
Makefile.am
TODO

index 16127b7..998a385 100644 (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/
diff --git a/TODO b/TODO
index ab7a5e8..96cb83a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,5 @@
+ - libudev: return errno or set errno
+
  - delete mobile-action-modeswitch
    (moved to usb_modeswitch)