Index: /trunk/make.devel
===================================================================
--- /trunk/make.devel	(revision 6)
+++ /trunk/make.devel	(revision 7)
@@ -1,3 +1,4 @@
 #!/bin/bash
+SELF="$0"
 
 if test -e make.inc ; then
@@ -14,5 +15,5 @@
 	make_opcode_spec_def.h
 	make_const_string
-	make_tags
+	test -e tags && echo tags exists, skipping. use \""$0" tags\" to rebuild || make_tags
 }
 
@@ -57,5 +58,5 @@
 make_tags() {
 	if test -z "$CTAGS" ; then
-		echo ctags not found, skip building tags >&2
+		echo tool ctags not found, skip building tags >&2
 		return
 	fi
