make.adb (Collect_Arguments): Call Test_If_Relative_Path with Including_Non_Switch...
authorVincent Celier <celier@adacore.com>
Thu, 16 Aug 2007 12:19:13 +0000 (14:19 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 16 Aug 2007 12:19:13 +0000 (14:19 +0200)
commit1086c39b19eed27d9fc5b53ca7c5b75143d908bf
tree5b5d183382bf48671a3aea85557e32c8a38453ee
parentc17fc6f62a85eec85e923c9a808b97d93b84b1ce
make.adb (Collect_Arguments): Call Test_If_Relative_Path with Including_Non_Switch set to False.

2007-08-16  Vincent Celier  <celier@adacore.com>

* make.adb (Collect_Arguments): Call Test_If_Relative_Path with
Including_Non_Switch set to False.
(Gnatmake): For the compiler, call Test_If_Relative_Path with
Including_Non_Switch set to False.

* makeutl.adb, makeutl.ads (Test_If_Relative_Path): New Boolean
parameter Including_Non_Switch, defaulted to True. When
Including_Non_Switch is False, options that are not switches and
appear as relative path are not converted to absolute paths.

From-SVN: r127542
gcc/ada/make.adb
gcc/ada/makeutl.adb
gcc/ada/makeutl.ads