reguire gnupg1 on f>=31; sense the system to use gpg1 when installed
[bootmanager.git] / Makefile
index 92c762a..f7add42 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -47,6 +47,17 @@ endif
 
 ##########
 tags:
-       find . -type f | egrep -v 'TAGS|DIFF|/\.svn/|\.git/|~$$' | xargs etags
+       git ls-files | xargs etags
 
 .PHONY: tags
+
+##########
+# this one is for overwriting the code in /tmp/source on a node
+# that is in debug mode
+ifndef NODE
+debugmode:
+       echo run make debugmode NODE=a-real-ple-node
+else
+debugmode:
+       rsync -av -e 'ssh -i /Users/parmentelat/.ssh/ple_debug.rsa' ./source/ root@$(NODE):/tmp/source/
+endif