Commit 33395f44 by Robert Dewar Committed by Arnaud Charlet

make.adb: Minor reformatting

2008-08-05  Robert Dewar  <dewar@adacore.com>

	* make.adb: Minor reformatting

From-SVN: r138686
parent 05231b21
...@@ -5113,8 +5113,10 @@ package body Make is ...@@ -5113,8 +5113,10 @@ package body Make is
Prj.Util.Value_Of Prj.Util.Value_Of
(Name => Name_Ada, (Name => Name_Ada,
Index => 0, Index => 0,
Attribute_Or_Array_Name => Name_Default_Switches, Attribute_Or_Array_Name =>
In_Package => Builder_Package, Name_Default_Switches,
In_Package =>
Builder_Package,
In_Tree => Project_Tree); In_Tree => Project_Tree);
Switches : constant Array_Element_Id := Switches : constant Array_Element_Id :=
...@@ -5129,7 +5131,8 @@ package body Make is ...@@ -5129,7 +5131,8 @@ package body Make is
Prj.Util.Value_Of Prj.Util.Value_Of
(Name => All_Other_Names, (Name => All_Other_Names,
Index => 0, Index => 0,
Attribute_Or_Array_Name => Name_Switches, Attribute_Or_Array_Name
=> Name_Switches,
In_Package => Builder_Package, In_Package => Builder_Package,
In_Tree => Project_Tree); In_Tree => Project_Tree);
...@@ -5141,8 +5144,8 @@ package body Make is ...@@ -5141,8 +5144,8 @@ package body Make is
(Switches).Next /= No_Array_Element (Switches).Next /= No_Array_Element
then then
Write_Line Write_Line
("Warning: using Builder'Switches(others), " & ("Warning: using Builder'Switches(others), "
"as there are several mains"); & "as there are several mains");
end if; end if;
Add_Switches Add_Switches
...@@ -5156,8 +5159,8 @@ package body Make is ...@@ -5156,8 +5159,8 @@ package body Make is
and then Switches /= No_Array_Element and then Switches /= No_Array_Element
then then
Write_Line Write_Line
("Warning: using Builder'Default_Switches" & ("Warning: using Builder'Default_Switches"
"(""Ada""), as there are several mains"); & "(""Ada""), as there are several mains");
end if; end if;
Add_Switches Add_Switches
...@@ -5170,8 +5173,8 @@ package body Make is ...@@ -5170,8 +5173,8 @@ package body Make is
and then Switches /= No_Array_Element and then Switches /= No_Array_Element
then then
Write_Line Write_Line
("Warning: using no switches from package " & ("Warning: using no switches from package "
"Builder, as there are several mains"); & "Builder, as there are several mains");
end if; end if;
end; end;
end if; end if;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment