From: Ben Elliston <bje@redhat.com>
To: binutils@sources.redhat.com, gdb-patches@sources.redhat.com
Subject: top-level Makefile.in patch
Date: Mon, 24 Jun 2002 07:30:00 -0000 [thread overview]
Message-ID: <15639.11505.308140.962980@tooth.toronto.redhat.com> (raw)
The following patch cleans up the top-level Makefile.in since CGEN can
now be run exclusively from its source directory. Okay to commit?
2002-06-24 Ben Elliston <bje@redhat.com>
* Makefile.in (all-cgen): Remove; runs from its source directory.
(check-cgen, install-cgen, clean-cgen): Likewise.
(all-opcodes): No not depend on all-cgen.
(all-sim): Likewise.
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/Makefile.in,v
retrieving revision 1.57
diff -u -p -r1.57 Makefile.in
--- Makefile.in 19 Jun 2002 23:07:26 -0000 1.57
+++ Makefile.in 24 Jun 2002 14:27:43 -0000
@@ -535,7 +535,6 @@ ALL_MODULES = \
all-bison \
all-byacc \
all-bzip2 \
- all-cgen \
all-cvssrc \
all-db \
all-dejagnu \
@@ -616,7 +615,6 @@ CROSS_CHECK_MODULES = \
check-bfd \
check-binutils \
check-bzip2 \
- check-cgen \
check-cvssrc \
check-db \
check-dejagnu \
@@ -689,7 +687,6 @@ INSTALL_MODULES = \
install-binutils \
install-bison \
install-byacc \
- install-cgen \
install-cvssrc \
install-db \
install-dejagnu \
@@ -869,7 +866,6 @@ CLEAN_MODULES = \
clean-bison \
clean-byacc \
clean-bzip2 \
- clean-cgen \
clean-cvssrc \
clean-db \
clean-dejagnu \
@@ -1714,7 +1710,6 @@ configure-target-bsp: $(ALL_GCC_C)
all-target-bsp: configure-target-bsp
all-byacc:
all-bzip2:
-all-cgen: all-libiberty
all-cvssrc:
configure-target-cygmon: $(ALL_GCC_C)
all-target-cygmon: configure-target-cygmon all-target-libiberty all-target-libstub all-target-bsp
@@ -1781,7 +1776,7 @@ configure-target-newlib: $(ALL_GCC)
all-target-newlib: configure-target-newlib
configure-target-libtermcap: $(ALL_GCC_C)
all-target-libtermcap: configure-target-libtermcap
-all-opcodes: all-bfd all-libiberty all-cgen
+all-opcodes: all-bfd all-libiberty
all-patch: all-libiberty
all-perl:
all-prms: all-libiberty
@@ -1794,7 +1789,7 @@ all-sed: all-libiberty
all-send-pr: all-prms
all-shellutils:
all-sid: all-tcl all-tk
-all-sim: all-libiberty all-bfd all-opcodes all-readline all-cgen
+all-sim: all-libiberty all-bfd all-opcodes all-readline
all-snavigator: all-tcl all-tk all-itcl all-tix all-db all-grep all-libgui
all-tar: all-libiberty
all-tcl:
next reply other threads:[~2002-06-24 14:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-06-24 7:30 Ben Elliston [this message]
2002-06-24 10:33 ` DJ Delorie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=15639.11505.308140.962980@tooth.toronto.redhat.com \
--to=bje@redhat.com \
--cc=binutils@sources.redhat.com \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox