diff options
author | Maciej W. Rozycki <macro@wdc.com> | 2020-01-24 12:56:00 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@wdc.com> | 2020-01-24 12:56:00 +0000 |
commit | 42cd72aa0279520384327a1f6d0ebd2eb2200645 (patch) | |
tree | ab0253aa183161484fcf8b6df288505819862801 /libctf/ctf-util.c | |
parent | 42ba50eccbb9793a68d19b4f04598ab657201fcc (diff) | |
download | gdb-42cd72aa0279520384327a1f6d0ebd2eb2200645.zip gdb-42cd72aa0279520384327a1f6d0ebd2eb2200645.tar.gz gdb-42cd72aa0279520384327a1f6d0ebd2eb2200645.tar.bz2 |
gdbserver: Make `make TAGS' actually work
Fix a:
make: *** No rule to make target '.../gdb/gdbserver/arch/arm.c', needed by 'TAGS'. Stop.
error produced by `make TAGS' by making the list of sources processed
match actual file locations and by moving host-specific object files
listed in DEPFILES to nat/ or target/ subdirectories as appropriate so
that the location of the corresponding source file can be mechanically
determined.
gdb/gdbserver/
* Makefile.in (SFILES): Adjust paths to point to real files.
(OBS): Move waitstatus.o to target/waitstatus.o.
(TAGS): Transform paths appropriately.
(%.o): Rename to...
(nat/%.o): ... this pattern rule.
(%.o): Rename to...
(target/%.o): ... this pattern rule.
* configure.srv: Adjust paths throughout to include nat/ prefix
with the revant files.
* configure.ac: Add `nat' and `target' to CONFIG_SRC_SUBDIR.
* configure: Regenerate.
Diffstat (limited to 'libctf/ctf-util.c')
0 files changed, 0 insertions, 0 deletions