mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
* Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
This commit is contained in:
@ -1,3 +1,12 @@
|
|||||||
|
Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
* Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
|
||||||
|
|
||||||
|
Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
|
||||||
|
|
||||||
|
* configure: if ${newsrcdir}/configure doesn't exist, don't assume
|
||||||
|
that ${newsrcdir}/configure.in does.
|
||||||
|
|
||||||
Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
|
Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
|
||||||
|
|
||||||
* test-build.mk: support for CONFIG_SHELL
|
* test-build.mk: support for CONFIG_SHELL
|
||||||
|
12
Makefile.in
12
Makefile.in
@ -927,17 +927,25 @@ ls:
|
|||||||
|
|
||||||
# with the gnu make, this is done automatically.
|
# with the gnu make, this is done automatically.
|
||||||
|
|
||||||
Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
|
Makefile: Makefile.in configure.in $(host_makefile_frag) $(target_makefile_frag)
|
||||||
$(SHELL) ./config.status
|
$(SHELL) ./config.status
|
||||||
|
|
||||||
#
|
#
|
||||||
# Build GDB distributions that contain BFD, Include, Libiberty, Readline, etc
|
# Support for building net releases
|
||||||
|
|
||||||
|
# Files in devo used in any net release.
|
||||||
|
# ChangeLog omitted because it may refer to files which are not in this
|
||||||
|
# distribution (perhaps it would be better to include it anyway).
|
||||||
DEVO_SUPPORT= README Makefile.in configure configure.in \
|
DEVO_SUPPORT= README Makefile.in configure configure.in \
|
||||||
config.guess config.sub config move-if-change \
|
config.guess config.sub config move-if-change \
|
||||||
COPYING COPYING.LIB install.sh
|
COPYING COPYING.LIB install.sh
|
||||||
|
|
||||||
|
# Files in devo/etc used in any net release.
|
||||||
|
# ChangeLog omitted because it may refer to files which are not in this
|
||||||
|
# distribution (perhaps it would be better to include it anyway).
|
||||||
ETC_SUPPORT= Makefile.in cfg-paper.texi configure.in configure.man \
|
ETC_SUPPORT= Makefile.in cfg-paper.texi configure.in configure.man \
|
||||||
configure.texi standards.texi make-stds.texi
|
configure.texi standards.texi make-stds.texi
|
||||||
|
|
||||||
GDB_SUPPORT_DIRS= bfd include libiberty mmalloc opcodes readline glob sim
|
GDB_SUPPORT_DIRS= bfd include libiberty mmalloc opcodes readline glob sim
|
||||||
GDB_SUPPORT_FILES= $(GDB_SUPPORT_DIRS)
|
GDB_SUPPORT_FILES= $(GDB_SUPPORT_DIRS)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user