mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-03 17:51:57 +00:00
(TAGS): Add support for "/* TAGS: foo */" marker.
This commit is contained in:
parent
74db699d1d
commit
645ab3ec42
@ -1,6 +1,7 @@
|
||||
Tue Sep 2 14:57:06 1997 Doug Evans <dje@canuck.cygnus.com>
|
||||
|
||||
* Makefile.in (TAGS): Add support for "/* TAGS: foo */" marker.
|
||||
* Make-common.in (TAGS): Likewise.
|
||||
* sim-n-bits.h: Add TAGS comments for all functions.
|
||||
* sim-n-core.h: Likewise.
|
||||
* sim-n-endian.h: Likewise.
|
||||
|
@ -346,7 +346,7 @@ MAKEOVERRIDES=
|
||||
tags etags: TAGS
|
||||
|
||||
TAGS: force
|
||||
etags *.c *.h
|
||||
etags --regex '/^\/[*] TAGS: .*/' *.c *.h
|
||||
|
||||
clean: $(SIM_EXTRA_CLEAN)
|
||||
rm -f *.[oa] *~ core
|
||||
|
Loading…
Reference in New Issue
Block a user