[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [patches] [PATCH] make texis in $(objpfx) not in srcdir
- To: Peter Seebach <peter.seebach@xxxxxxxxxxxxx>
- Subject: Re: [patches] [PATCH] make texis in $(objpfx) not in srcdir
- From: "Joseph S. Myers" <joseph@xxxxxxxxxxxxxxxx>
- Date: Thu, 3 Sep 2009 14:48:06 +0000 (UTC)
On Wed, 2 Sep 2009, Peter Seebach wrote:
> diff -Nur glibc-2.8.orig/manual/Makefile glibc-2.8/manual/Makefile
> --- glibc-2.8.orig/manual/Makefile 2009-08-28 11:42:43.000000000 -0700
> +++ glibc-2.8/manual/Makefile 2009-08-28 11:42:57.000000000 -0700
> @@ -62,8 +62,9 @@
> appendices = lang.texi header.texi install.texi maint.texi contrib.texi \
> freemanuals.texi
>
> --include texis
> -texis: texis.awk $(chapters) $(add-chapters) $(appendices) lesser.texi
> fdl.texi
> +-include $(objpfx)texis
> +$(objpfx)texis: texis.awk $(chapters) $(add-chapters) $(appendices)
> lesser.texi fdl.texi
> + $(make-target-directory)
> $(AWK) -f $^ > $@.T
> mv -f $@.T $@
I have applied this patch, with the ChangeLog.eglibc entry
2009-09-03 Peter Seebach <peter.seebach@xxxxxxxxxxxxx>
* manual/Makefile (texis): Change to $(objpfx)texis. Use
$(make-target-directory).
If you wish to contribute more substantial patches, you'll need to
complete the copyright assignment process; Wind River has an assignment on
file for Binutils/DejaGnu/GCC/GDB, but not for glibc.
--
Joseph S. Myers
joseph@xxxxxxxxxxxxxxxx