- Timestamp:
- 2006-05-13T05:11:13+02:00 (7 years ago)
- File:
-
- 1 edited
-
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
Note: See TracChangeset
for help on using the changeset viewer.

