diff options
author | Emmanuel Briot <briot@adacore.com> | 2009-07-13 09:50:58 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-07-13 11:50:58 +0200 |
commit | 32404665670241aa41589352c2fb9805f5aac4c6 (patch) | |
tree | bdefab7fc895960f09b6dd991c164a52f489ac1c /gcc/ada/make.adb | |
parent | 959dd7d8a085ca0f7bab2d37069559e98e63ebc1 (diff) | |
download | gcc-32404665670241aa41589352c2fb9805f5aac4c6.zip gcc-32404665670241aa41589352c2fb9805f5aac4c6.tar.gz gcc-32404665670241aa41589352c2fb9805f5aac4c6.tar.bz2 |
gnatcmd.adb, [...]: Minor reformatting.
2009-07-13 Emmanuel Briot <briot@adacore.com>
* gnatcmd.adb, prj-proc.adb, prj-proc.ads, make.adb, prj-part.adb,
prj.adb, prj.ads, clean.adb, prj-nmsc.adb, prj-nmsc.ads, prj-pars.adb,
prj-pars.ads, prj-conf.adb, prj-conf.ads, prj-env.adb, prj-tree.adb,
prj-tree.ads: Minor reformatting.
(Processing_Flags): new record to encapsulate the set of common
parameters to several subprograms in the project manager.
(Prj.Nmsc.Process_Naming_Scheme): renames Check, and moved to body
Remove the need for the Current_Dir parameter in subprograms.
(Look_For_Sources): minor refactoring, now that we no longer need to
share subprograms between the two Ada_Only and Multi_Language modes
(Processing_Flags): New field Error_On_Unknown_Language.
Merge tests for library project between gnatmake and gprbuild.
From-SVN: r149563
Diffstat (limited to 'gcc/ada/make.adb')
-rw-r--r-- | gcc/ada/make.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/make.adb b/gcc/ada/make.adb index 877bff7..307d894 100644 --- a/gcc/ada/make.adb +++ b/gcc/ada/make.adb @@ -6865,7 +6865,8 @@ package body Make is (Project => Main_Project, In_Tree => Project_Tree, Project_File_Name => Project_File_Name.all, - Packages_To_Check => Packages_To_Check_By_Gnatmake); + Packages_To_Check => Packages_To_Check_By_Gnatmake, + Flags => Gnatmake_Flags); -- The parsing of project files may have changed the current output |