mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
CLEAN_MODULES): Add bash. (all-bash): New target.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
|
||||||
|
|
||||||
|
* Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
|
||||||
|
CLEAN_MODULES): Add bash.
|
||||||
|
(all-bash): New target.
|
||||||
|
|
||||||
Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
|
Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
|
||||||
|
|
||||||
* configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
|
* configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
|
||||||
|
@ -41,7 +41,6 @@ man8dir = $(mandir)/man8
|
|||||||
man9dir = $(mandir)/man9
|
man9dir = $(mandir)/man9
|
||||||
infodir = $(prefix)/info
|
infodir = $(prefix)/info
|
||||||
includedir = $(prefix)/include
|
includedir = $(prefix)/include
|
||||||
docdir = $(datadir)/doc
|
|
||||||
GDB_NLM_DEPS =
|
GDB_NLM_DEPS =
|
||||||
|
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
@ -413,6 +412,7 @@ GCC_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_GCC_FLAGS)
|
|||||||
ALL_MODULES = \
|
ALL_MODULES = \
|
||||||
all-apache \
|
all-apache \
|
||||||
all-autoconf \
|
all-autoconf \
|
||||||
|
all-bash \
|
||||||
all-bfd \
|
all-bfd \
|
||||||
all-binutils \
|
all-binutils \
|
||||||
all-byacc \
|
all-byacc \
|
||||||
@ -460,8 +460,6 @@ ALL_MODULES = \
|
|||||||
all-uudecode \
|
all-uudecode \
|
||||||
all-wdiff
|
all-wdiff
|
||||||
|
|
||||||
# This is a list of the check targets for all of the modules which are
|
|
||||||
# compiled using $(FLAGS_TO_PASS).
|
|
||||||
# This is a list of the check targets for all of the modules which are
|
# This is a list of the check targets for all of the modules which are
|
||||||
# compiled using $(FLAGS_TO_PASS).
|
# compiled using $(FLAGS_TO_PASS).
|
||||||
#
|
#
|
||||||
@ -475,6 +473,7 @@ NATIVE_CHECK_MODULES = \
|
|||||||
CROSS_CHECK_MODULES = \
|
CROSS_CHECK_MODULES = \
|
||||||
check-apache \
|
check-apache \
|
||||||
check-autoconf \
|
check-autoconf \
|
||||||
|
check-bash \
|
||||||
check-bfd \
|
check-bfd \
|
||||||
check-binutils \
|
check-binutils \
|
||||||
check-cvs \
|
check-cvs \
|
||||||
@ -524,6 +523,7 @@ CHECK_MODULES=$(NATIVE_CHECK_MODULES) $(CROSS_CHECK_MODULES)
|
|||||||
INSTALL_MODULES = \
|
INSTALL_MODULES = \
|
||||||
install-apache \
|
install-apache \
|
||||||
install-autoconf \
|
install-autoconf \
|
||||||
|
install-bash \
|
||||||
install-bfd \
|
install-bfd \
|
||||||
install-binutils \
|
install-binutils \
|
||||||
install-byacc \
|
install-byacc \
|
||||||
@ -656,6 +656,7 @@ INSTALL_TARGET_MODULES = \
|
|||||||
CLEAN_MODULES = \
|
CLEAN_MODULES = \
|
||||||
clean-apache \
|
clean-apache \
|
||||||
clean-autoconf \
|
clean-autoconf \
|
||||||
|
clean-bash \
|
||||||
clean-bfd \
|
clean-bfd \
|
||||||
clean-binutils \
|
clean-binutils \
|
||||||
clean-byacc \
|
clean-byacc \
|
||||||
@ -1236,6 +1237,7 @@ install-dosrel-fake:
|
|||||||
# This is a list of inter-dependencies among modules.
|
# This is a list of inter-dependencies among modules.
|
||||||
all-apache:
|
all-apache:
|
||||||
all-autoconf: all-m4
|
all-autoconf: all-m4
|
||||||
|
all-bash:
|
||||||
all-bfd:
|
all-bfd:
|
||||||
all-binutils: all-libiberty all-opcodes all-bfd all-flex all-byacc
|
all-binutils: all-libiberty all-opcodes all-bfd all-flex all-byacc
|
||||||
all-byacc:
|
all-byacc:
|
||||||
|
Reference in New Issue
Block a user