* [RFA] top Makefile.in: all-m4 depends on all-texinfo
@ 2001-03-20 3:21 Michael Elizabeth Chastain
2001-03-20 9:12 ` DJ Delorie
0 siblings, 1 reply; 2+ messages in thread
From: Michael Elizabeth Chastain @ 2001-03-20 3:21 UTC (permalink / raw)
To: binutils, gdb-patches
This is a proposed change for the top Makefile.in.
I don't know exactly where to send to this, but the top README says:
Makefile.in; configure; configure.in
Please notify the following of any committed patches.
binutils@sources.redhat.com
gdb-patches@sources.redhat.com
The FSF tree does not have m4 source integrated into it yet,
but I'm working on a tree that does.
m4 has some texinfo documentation files, so all-m4 needs to depend
on all-texinfo. This patch simply adds this dependency.
Testing: I tested this with i686-pc-cygwin and i686-pc-gnu-linux on some
trees that I have.
Is it OK if I apply this?
Michael Elizabeth Chastain
<chastain@redhat.com>
"love without fear"
===
2001-03-20 Michael Chastain <chastain@redhat.com>
* Makefile.in: all-m4 depends on all-texinfo.
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/Makefile.in,v
retrieving revision 1.30
diff -c -3 -p -r1.30 Makefile.in
*** Makefile.in 2001/03/08 05:50:03 1.30
--- Makefile.in 2001/03/20 11:14:48
*************** configure-target-libchill: $(ALL_GCC_C)
*** 1630,1636 ****
all-target-libchill: configure-target-libchill all-target-libiberty
configure-target-libobjc: $(ALL_GCC_C)
all-target-libobjc: configure-target-libobjc all-target-libiberty
! all-m4: all-libiberty
all-make: all-libiberty
all-mmalloc:
configure-target-newlib: $(ALL_GCC)
--- 1630,1636 ----
all-target-libchill: configure-target-libchill all-target-libiberty
configure-target-libobjc: $(ALL_GCC_C)
all-target-libobjc: configure-target-libobjc all-target-libiberty
! all-m4: all-libiberty all-texinfo
all-make: all-libiberty
all-mmalloc:
configure-target-newlib: $(ALL_GCC)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [RFA] top Makefile.in: all-m4 depends on all-texinfo
2001-03-20 3:21 [RFA] top Makefile.in: all-m4 depends on all-texinfo Michael Elizabeth Chastain
@ 2001-03-20 9:12 ` DJ Delorie
0 siblings, 0 replies; 2+ messages in thread
From: DJ Delorie @ 2001-03-20 9:12 UTC (permalink / raw)
To: chastain; +Cc: binutils, gdb-patches
* Check the toplevel files in the gcc tree; try to keep them as
in-sync as you can.
* FYI, Gcc has recently removed texinfo from their source tree. Make
sure m4 builds without a checked-out texinfo (i.e. pre-installed
texinfo only), just in case.
* Changes to the gcc versions go to gcc-patches@gcc.gnu.org (if it's
the same patch as this one, post the patch with "approved by dj,
committed" there).
Otherwise, your change is OK.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-03-20 9:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-20 3:21 [RFA] top Makefile.in: all-m4 depends on all-texinfo Michael Elizabeth Chastain
2001-03-20 9:12 ` DJ Delorie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox