diff options
author | Vladimir Prus <ghost@cs.msu.su> | 2006-11-12 14:53:08 +0000 |
---|---|---|
committer | Vladimir Prus <ghost@cs.msu.su> | 2006-11-12 14:53:08 +0000 |
commit | f0c3c22f166f6a0606847f97f014649b28631002 (patch) | |
tree | aa758515b8572888a4fe6a8d1c5ba524521ff799 /boost-build.jam | |
parent | 7d8966c70f4f0f01548361cff69a5e087c587339 (diff) | |
download | boost-f0c3c22f166f6a0606847f97f014649b28631002.tar.gz |
Don't require --v2
[SVN r36011]
Diffstat (limited to 'boost-build.jam')
-rw-r--r-- | boost-build.jam | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/boost-build.jam b/boost-build.jam index 5bb097550b..26cbbaff01 100644 --- a/boost-build.jam +++ b/boost-build.jam @@ -6,12 +6,5 @@ #~ LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) BOOST_ROOT = $(.boost-build-file:D) ; -if --v2 in $(ARGV) -{ - JAMFILE = [Bb]uild.jam [Jj]amfile.v2 ; - boost-build tools/build/v2 ; -} -else -{ - boost-build tools/build/v1 ; -} +JAMFILE = [Bb]uild.jam [Jj]amfile.v2 ; +boost-build tools/build/v2 ; |