public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, committed] PR 35148: make pdf and relative srcdir
@ 2008-02-13 20:33 Ralf Wildenhues
  2008-02-14  3:29 ` Ben Elliston
  0 siblings, 1 reply; 2+ messages in thread
From: Ralf Wildenhues @ 2008-02-13 20:33 UTC (permalink / raw)
  To: gcc-patches

Tested `cd gcc && make pdf dvi info html' on i686-pc-linux-gnu, applied
to trunk and gcc-4_2-branch.

I'm actually not quite sure whether I just stepped over approval rules.
The patch has not been posted on this list before, only in the PR,
likewise the approval, see
<http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35148#c6>.

Also, do I have to add myself to the branch's MAINTAINERS file as well?

Thanks,
Ralf

2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

	PR other/35148
	* Makefile.in (gcc-vers.texi): Use abs_srcdir for the value of
	srcdir.

Index: gcc/Makefile.in
===================================================================
--- gcc/Makefile.in	(revision 132291)
+++ gcc/Makefile.in	(working copy)
@@ -3653,7 +3653,7 @@
 	 then echo "@set DEVELOPMENT"; \
 	 else echo "@clear DEVELOPMENT"; \
 	 fi) > $@T
-	echo "@set srcdir $(srcdir)" >> $@T
+	echo "@set srcdir $(abs_srcdir)" >> $@T
 	if [ -n "$(PKGVERSION)" ]; then \
 	  echo "@set VERSION_PACKAGE $(PKGVERSION)" >> $@T; \
 	fi

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH, committed] PR 35148: make pdf and relative srcdir
  2008-02-13 20:33 [PATCH, committed] PR 35148: make pdf and relative srcdir Ralf Wildenhues
@ 2008-02-14  3:29 ` Ben Elliston
  0 siblings, 0 replies; 2+ messages in thread
From: Ben Elliston @ 2008-02-14  3:29 UTC (permalink / raw)
  To: Ralf Wildenhues; +Cc: gcc-patches

> Also, do I have to add myself to the branch's MAINTAINERS file as
> well?

I don't think that's necessary (usually).

Ben


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-14  1:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-13 20:33 [PATCH, committed] PR 35148: make pdf and relative srcdir Ralf Wildenhues
2008-02-14  3:29 ` Ben Elliston

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).