From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Peter.Schauer" To: phdm@macqel.be (Philippe De Muyter) Cc: gdb-patches@cygnus.com Subject: Re: For gdb-4.17 : distclean and YYFILES Date: Mon, 09 Feb 1998 23:09:00 -0000 Message-id: <199802100709.IAA00493@red.regent.e-technik.tu-muenchen.de> References: <199802100547.GAA26755@mail.macqel.be> X-SW-Source: 1998/msg00018.html While I agree with the other two patches you sent in recently, this one is wrong. The released GDB will be distributed with the YYFILES, because a distribution shouldn't require yacc/bison for the build. Obviously distclean shouldn't remove them, realclean/maintainer-clean should be used to get rid of YYFILES. > distclean forgets some files : > > Mon Feb 9 16:47:11 1998 Philippe De Muyter > > * Makefile.in (distclean): Add `rm $(YYFILES)'. > > --- ./gdb/Makefile.in Mon Feb 9 16:44:52 1998 > +++ ./gdb/Makefile.in Mon Feb 9 13:01:14 1998 > @@ -707,6 +707,7 @@ > 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 > + rm -f $(YYFILES) > rm -f Makefile > > maintainer-clean realclean: distclean clean > > -- Peter Schauer pes@regent.e-technik.tu-muenchen.de