2000-06-23 Doug Evans <dje@casey.transmeta.com>
* Makefile.in (headers,nltvals.def): Merge.
This commit is contained in:
parent
f9cbceb6b7
commit
46a19b74dd
2 changed files with 10 additions and 8 deletions
|
@ -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 ; \
|
||||||
|
|
Loading…
Add table
Reference in a new issue