* top-level Makefile.in patch
@ 2002-06-24 7:30 Ben Elliston
2002-06-24 10:33 ` DJ Delorie
0 siblings, 1 reply; 2+ messages in thread
From: Ben Elliston @ 2002-06-24 7:30 UTC (permalink / raw)
To: binutils, gdb-patches
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:
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: top-level Makefile.in patch
2002-06-24 7:30 top-level Makefile.in patch Ben Elliston
@ 2002-06-24 10:33 ` DJ Delorie
0 siblings, 0 replies; 2+ messages in thread
From: DJ Delorie @ 2002-06-24 10:33 UTC (permalink / raw)
To: bje; +Cc: binutils, gdb-patches, gcc-patches
Ok, and for gcc too please.
> 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:
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-06-24 17:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-24 7:30 top-level Makefile.in patch Ben Elliston
2002-06-24 10:33 ` DJ Delorie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox