Ticket #15334: patch-build-type-Jamroot

File patch-build-type-Jamroot, 565 bytes (added by adfernandes (Andrew Fernandes), 16 years ago)

Changes build-type from 'minimal' to 'complete'

Line 
1--- Jamroot.orig        2008-05-16 20:01:13.000000000 -0400
2+++ Jamroot     2008-05-16 20:25:36.000000000 -0400
3@@ -126,10 +126,10 @@
4 # Option to choose how many variants to build. The default is "minimal",
5 # which builds only the "release <threading>multi <link>shared" variant.
6 local build-type = [ MATCH "^--build-type=(.*)" : [ modules.peek : ARGV ] ] ;
7-build-type ?= minimal ;
8+build-type ?= complete ;
9 if ! ( $(build-type) in minimal complete )
10 {
11-    build-type = minimal ;
12+    build-type = complete ;
13 }
14 
15 # Specify the build variants keyed on the build-type.