This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Ada] Add update-sources target to Makefile.in


2001-12-04  Geert Bosch  <bosch@gnat.com>

	* Makefile.in (update-sources): New target. 
	For use by gcc_release script.

Index: gcc/ada/Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ada/Makefile.in,v
retrieving revision 1.4
diff -p -r1.4 Makefile.in
*** Makefile.in	2001/10/09 10:16:08	1.4
--- Makefile.in	2001/10/10 00:08:48
*************** nmake.ads :  sinfo.ads nmake.adt xnmake.
*** 2442,2447 ****
--- 2442,2450 ----
  	$(CP) $^ bldtools
  	(cd bldtools; gnatmake -q xnmake ; ./xnmake -s ../nmake.ads )
  
+ update-sources : treeprs.ads einfo.h sinfo.h nmake.adb nmake.ads
+ 	$(CP) $^ $(srcdir)
+ 
  ADA_INCLUDE_DIR = $(libsubdir)/adainclude
  ADA_RTL_OBJ_DIR = $(libsubdir)/adalib
  


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