Changeset 7 for trunk/make.devel
- Timestamp:
- 05/13/2006 03:11:13 AM (3 years ago)
- Files:
-
- 1 modified
-
trunk/make.devel (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/make.devel
r3 r7 1 1 #!/bin/bash 2 SELF="$0" 2 3 3 4 if test -e make.inc ; then … … 14 15 make_opcode_spec_def.h 15 16 make_const_string 16 make_tags17 test -e tags && echo tags exists, skipping. use \""$0" tags\" to rebuild || make_tags 17 18 } 18 19 … … 57 58 make_tags() { 58 59 if test -z "$CTAGS" ; then 59 echo ctags not found, skip building tags >&260 echo tool ctags not found, skip building tags >&2 60 61 return 61 62 fi

