This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gdb 5.0: Some non-generated files get cleaned inadvertently (fwd)


Thanks! I've checked this in.

BTW, when submitting patches, don't forget to include a ChangeLog
entry.  See the file gdb/CONTRIBUTE for more information.

	Andrew

"Maciej W. Rozycki" wrote:
> 
> ---------- Forwarded message ----------
> Message-ID: <Pine.GSO.3.96.1000619185004.10348Q-100000@delta.ds2.pg.gda.pl>
> Date: Mon, 19 Jun 2000 19:02:31 +0200 (MET DST)
> From: "Maciej W. Rozycki" <macro@ds2.pg.gda.pl>
> To: bug-gdb@gnu.org
> Subject: gdb 5.0: Some non-generated files get cleaned inadvertently
> 
> Hi,
> 
>  Due to bad globbing m16.dc, m16.igen and m16run.c from sim/mips get
> removed upon `make clean' even though they are not generated files.  The
> following patch fixes this for me (I believe it's reasonable; anyway it
> makes cleaning bring the directory to the distribution state).
> 
>   Maciej
> 
> --
> +  Maciej W. Rozycki, Technical University of Gdansk, Poland   +
> +--------------------------------------------------------------+
> +        e-mail: macro@ds2.pg.gda.pl, PGP key available        +
> 
> diff -u --recursive --new-file gdb-5.0.macro/sim/mips/Makefile.in gdb-5.0/sim/mips/Makefile.in
> --- gdb-5.0.macro/sim/mips/Makefile.in  Fri Apr 16 01:35:06 1999
> +++ gdb-5.0/sim/mips/Makefile.in        Fri Jun 16 09:21:41 2000
> @@ -289,5 +289,5 @@
>         rm -f $(BUILT_SRC_FROM_IGEN)
>         rm -f $(BUILT_SRC_FROM_M16)
>         rm -f tmp-*
> -       rm -f m16* m32* itable*
> +       rm -f m16*.o m32*.o itable*.o
>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]