mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-31 07:09:36 +08:00
Makefile.in (update-sources): New target.
* Makefile.in (update-sources): New target. For use by gcc_release script. From-SVN: r47625
This commit is contained in:
parent
7dd5bd5e53
commit
5ac21013f7
@ -1,3 +1,8 @@
|
||||
2001-12-04 Geert Bosch <bosch@gnat.com>
|
||||
|
||||
* Makefile.in (update-sources): New target.
|
||||
For use by gcc_release script.
|
||||
|
||||
2001-12-04 Ed Schonberg <schonber@gnat.com>
|
||||
|
||||
* sem_prag.adb (Analyze_Pragma, case Validity_Checks): do not treat as
|
||||
|
@ -2435,6 +2435,9 @@ nmake.ads : sinfo.ads nmake.adt xnmake.adb
|
||||
$(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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user