Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r86460 - trunk/tools/build/v2/engine
From: eric_at_[hidden]
Date: 2013-10-26 17:02:15


Author: eric_niebler
Date: 2013-10-26 17:02:15 EDT (Sat, 26 Oct 2013)
New Revision: 86460
URL: http://svn.boost.org/trac/boost/changeset/86460

Log:
mingw patch for bootstrap from Stephan T. Lavavej, refs #8762

Text files modified:
   trunk/tools/build/v2/engine/build.jam | 4 ++--
   trunk/tools/build/v2/engine/build.sh | 6 +++---
   2 files changed, 5 insertions(+), 5 deletions(-)

Modified: trunk/tools/build/v2/engine/build.jam
==============================================================================
--- trunk/tools/build/v2/engine/build.jam Sat Oct 26 13:23:23 2013 (r86459)
+++ trunk/tools/build/v2/engine/build.jam 2013-10-26 17:02:15 EDT (Sat, 26 Oct 2013) (r86460)
@@ -489,8 +489,8 @@
     make.c make1.c mem.c object.c option.c output.c parse.c pathsys.c regexp.c
     rules.c scan.c search.c subst.c w32_getreg.c timestamp.c variable.c
     modules.c strings.c filesys.c builtins.c class.c cwd.c native.c md5.c
- modules/set.c modules/path.c modules/regex.c modules/property-set.c
- modules/sequence.c modules/order.c ;
+ [ .path modules set.c ] [ .path modules path.c ] [ .path modules regex.c ]
+ [ .path modules property-set.c ] [ .path modules sequence.c ] [ .path modules order.c ] ;
 if $(OS) = NT
 {
     jam.source += execnt.c filent.c pathnt.c ;

Modified: trunk/tools/build/v2/engine/build.sh
==============================================================================
--- trunk/tools/build/v2/engine/build.sh Sat Oct 26 13:23:23 2013 (r86459)
+++ trunk/tools/build/v2/engine/build.sh 2013-10-26 17:02:15 EDT (Sat, 26 Oct 2013) (r86460)
@@ -247,18 +247,18 @@
 BJAM_SOURCES="\
  command.c compile.c constants.c debug.c execcmd.c frames.c function.c glob.c\
  hash.c hdrmacro.c headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c\
- object.c option.c output.c parse.c pathsys.c pathunix.c regexp.c rules.c\
+ object.c option.c output.c parse.c pathsys.c regexp.c rules.c\
  scan.c search.c subst.c timestamp.c variable.c modules.c strings.c filesys.c\
  builtins.c class.c cwd.c native.c md5.c w32_getreg.c modules/set.c\
  modules/path.c modules/regex.c modules/property-set.c modules/sequence.c\
  modules/order.c"
 case $BOOST_JAM_TOOLSET in
     mingw)
- BJAM_SOURCES="${BJAM_SOURCES} execnt.c filent.c"
+ BJAM_SOURCES="${BJAM_SOURCES} execnt.c filent.c pathnt.c"
     ;;
 
     *)
- BJAM_SOURCES="${BJAM_SOURCES} execunix.c fileunix.c"
+ BJAM_SOURCES="${BJAM_SOURCES} execunix.c fileunix.c pathunix.c"
     ;;
 esac
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk