mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
2000-06-23 Doug Evans <dje@casey.transmeta.com>
* Makefile.in (headers,nltvals.def): Merge.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Thu Jul 27 21:56:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||||
|
|
||||||
|
From 2000-06-23 Doug Evans <dje@casey.transmeta.com>:
|
||||||
|
* Makefile.in (headers,nltvals.def): Merge.
|
||||||
|
|
||||||
Thu Jul 27 20:37:47 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
Thu Jul 27 20:37:47 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||||
|
|
||||||
From 2000-06-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
|
From 2000-06-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
|
||||||
|
@ -71,17 +71,14 @@ MAKEOVERRIDES=
|
|||||||
|
|
||||||
all:
|
all:
|
||||||
|
|
||||||
# Generate TARG_VALS_H for newlib/libgloss using devo and build tree.
|
# Generate nltvals.def for newlib/libgloss using devo and build tree.
|
||||||
# This file is shipped with distributions so we build in the source dir.
|
# This file is shipped with distributions so we build in the source dir.
|
||||||
# This is built in srcdir so putting dependencies here is risky.
|
|
||||||
# Use `make headers' to rebuild.
|
# Use `make headers' to rebuild.
|
||||||
headers: nltvals.def
|
# Note: If gdb releases begin to contain target header files (not a good idea,
|
||||||
|
# but if they did ...), targ-vals.def coud be generated at build time.
|
||||||
|
# An alternative is to slurp in the tables at runtime.
|
||||||
.PHONY: headers
|
.PHONY: headers
|
||||||
|
headers:
|
||||||
# Note: If gdb releases begin to contain target header files, generate
|
|
||||||
# targ-vals.def at build time.
|
|
||||||
|
|
||||||
nltvals.def: Makefile gennltvals.sh gentvals.sh
|
|
||||||
rootme=`pwd` ; \
|
rootme=`pwd` ; \
|
||||||
cd $(srcdir) ; \
|
cd $(srcdir) ; \
|
||||||
rm -f nltvals.new ; \
|
rm -f nltvals.new ; \
|
||||||
|
Reference in New Issue
Block a user