summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-tools-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-02-22 17:38:32 +1100
committerChris Johns <chrisj@rtems.org>2016-02-22 17:43:10 +1100
commit318e0c3b0407c176632fa9deb7ec5383999d344e (patch)
tree122f00d77b832bb712523d20233fd35583ed1819 /rtems/config/tools/rtems-tools-1.cfg
parentUpdate RTEMS 4.12 build set for MIPS (diff)
downloadrtems-source-builder-318e0c3b0407c176632fa9deb7ec5383999d344e.tar.bz2
Fix the rtems-tools waf --destdir path on Windows.
Waf requires the drive be added to the destdir path so it installs to a path the RSB knows. The RSB assumes the destdir contains an MSYS drive path as seen in the POSIX path. This is default for configure scripts. Also fix the git URL to pull before the branch command as well as after to update the branch. Closes #2605.
Diffstat (limited to 'rtems/config/tools/rtems-tools-1.cfg')
-rw-r--r--rtems/config/tools/rtems-tools-1.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtems/config/tools/rtems-tools-1.cfg b/rtems/config/tools/rtems-tools-1.cfg
index bef9d6b..b03b7ad 100644
--- a/rtems/config/tools/rtems-tools-1.cfg
+++ b/rtems/config/tools/rtems-tools-1.cfg
@@ -38,7 +38,7 @@
%define rtems_tools_git_checkout %{nil}
%endif
- %source set rtems-tools git://git.rtems.org/rtems-tools.git?reset=hard?branch=%{rtems_tools_version}?pull%{rtems_tools_git_checkout}
+ %source set rtems-tools git://git.rtems.org/rtems-tools.git?reset=hard?fetch?branch=%{rtems_tools_version}?pull%{rtems_tools_git_checkout}
%endif
#