This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project. See the GDB home page for more information.


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

Re: For gdb-4.17 : distclean and YYFILES


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  <phdm@macqel.be>
> 
> 	* 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