This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

phony2.patch


I'm guessing this is a better version of the patch.

2000-06-23  Doug Evans  <dje@casey.transmeta.com>

	* Makefile.in (headers,nltvals.def): Merge.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/sim/common/Makefile.in,v
retrieving revision 1.1.1.2
diff -c -p -r1.1.1.2 Makefile.in
*** Makefile.in	1999/07/19 23:29:41	1.1.1.2
--- Makefile.in	2000/06/23 16:07:43
*************** MAKEOVERRIDES=
*** 71,87 ****
  
  all:
  
! # Generate TARG_VALS_H for newlib/libgloss using devo and build tree.
  # 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.
! headers: nltvals.def
  .PHONY: 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` ; \
  	cd $(srcdir) ; \
  	rm -f nltvals.new ; \
--- 71,84 ----
  
  all:
  
! # Generate nltvals.def for newlib/libgloss using devo and build tree.
  # This file is shipped with distributions so we build in the source dir.
  # Use `make headers' to rebuild.
! # 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
! headers:
  	rootme=`pwd` ; \
  	cd $(srcdir) ; \
  	rm -f nltvals.new ; \

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]