From: Andrew Cagney Date: Sun, 18 Nov 2001 05:08:36 +0000 (+0000) Subject: empty gdb/gdbserver/* X-Git-Tag: gdb_5_1-2001-11-21-release~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=38df2fc0740da10238b0b6e10aa3b096f6a77e49;p=external%2Fbinutils.git empty gdb/gdbserver/* --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9ee69d2..c282e6f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2001-11-17 Andrew Cagney + * Makefile.in (distclean): Explicitly delete Makefile et.al. in + gdbserver sub directory. + +2001-11-17 Andrew Cagney + * README: Mention need for alloca(). Mention problems with alpha-dec-osf4.0e. Clarify that comments refer to GDB 5.1. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 80b8e9e..5132358 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -944,8 +944,13 @@ clean mostlyclean: $(CONFIG_CLEAN) # I believe this is wrong; the makefile standards for distclean just # describe removing files; the only sort of "re-create a distribution" # functionality described is if the distributed files are unmodified. +# NB: While GDBSERVER might be configured on native systems, it isn't +# always included in SUBDIRS. Remove the gdbserver files explictly. distclean: clean @$(MAKE) $(FLAGS_TO_PASS) DO=distclean "DODIRS=$(SUBDIRS)" subdir_do + rm -f gdbserver/config.status gdbserver/config.log + rm -f gdbserver/tm.h gdbserver/xm.h gdbserver/nm.h + rm -f gdbserver/Makefile gdbserver/config.cache rm -f nm.h tm.h xm.h config.status config.h stamp-h .gdbinit rm -f y.output yacc.acts yacc.tmp y.tab.h rm -f config.log config.cache