makeutl.ads (In_Place_Option): New constant.
commit65467a8a46794a8010c95428b01a6887acdec258
authorPascal Obry <obry@adacore.com>
Fri, 22 May 2015 10:40:07 +0000 (22 10:40 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 22 May 2015 10:40:07 +0000 (22 12:40 +0200)
tree7723c3cdcc5c84f545478d1c05eaca7a219bd5ee
parent01099e0465b7851cc5096c58f7b7155937d44960
makeutl.ads (In_Place_Option): New constant.

2015-05-22  Pascal Obry  <obry@adacore.com>

* makeutl.ads (In_Place_Option): New constant.
* prj.ads (Obj_Root_Dir): New variable (absolute path to relocate
objects).
(Root_Src_Tree): New variable (absolute path of root source tree).
* prj-conf.adb (Do_Autoconf): Take into account the object root
directory (if defined) to generate configuration project.
* prj-nmsc.adb (Get_Directories): Handle case where Obj_Root_Dir
is defined.
(Locate_Directory): Likewise.

From-SVN: r223543
gcc/ada/ChangeLog
gcc/ada/makeutl.ads
gcc/ada/prj-conf.adb
gcc/ada/prj-nmsc.adb
gcc/ada/prj.ads