This is the mail archive of the gdb-patches@sourceware.org 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]
Other format: [Raw text]

Re: GPLv3: copying.awk needs to be adjusted


On Sun, Aug 19, 2007 at 10:07:08AM +0200, Andreas Schwab wrote:
>  # Make copying.c from COPYING
>  $(srcdir)/copying.c: @MAINTAINER_MODE_TRUE@ \
> -		$(srcdir)/COPYING $(srcdir)/copying.awk
> +		$(srcdir)/COPYING3 $(srcdir)/copying.awk
>  	awk -f $(srcdir)/copying.awk \
> -		< $(srcdir)/COPYING > $(srcdir)/copying.tmp
> +		< $(srcdir)/COPYING3 > $(srcdir)/copying.tmp
>  	mv $(srcdir)/copying.tmp $(srcdir)/copying.c
>  
>  version.c: Makefile version.in

Can we just use the COPYING3 at the top level?

-- 
Daniel Jacobowitz
CodeSourcery


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