summaryrefslogtreecommitdiff
path: root/boost-build.jam
diff options
context:
space:
mode:
authorVladimir Prus <ghost@cs.msu.su>2006-11-12 14:53:08 +0000
committerVladimir Prus <ghost@cs.msu.su>2006-11-12 14:53:08 +0000
commitf0c3c22f166f6a0606847f97f014649b28631002 (patch)
treeaa758515b8572888a4fe6a8d1c5ba524521ff799 /boost-build.jam
parent7d8966c70f4f0f01548361cff69a5e087c587339 (diff)
downloadboost-f0c3c22f166f6a0606847f97f014649b28631002.tar.gz
Don't require --v2
[SVN r36011]
Diffstat (limited to 'boost-build.jam')
-rw-r--r--boost-build.jam11
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 ;