be9ffdf7ad
usable. Noticed by Tero Koskinen, thanks. Simplify the install by using an undocumented jam rule. Ok wilfried@.
22 lines
701 B
Plaintext
22 lines
701 B
Plaintext
$OpenBSD: patch-Jamfile,v 1.2 2007/01/07 22:20:21 deanna Exp $
|
|
--- Jamfile.orig Tue Nov 8 05:39:45 2005
|
|
+++ Jamfile Fri Jan 5 14:35:53 2007
|
|
@@ -103,7 +103,7 @@ if stage in $(ARGV)
|
|
|
|
# what kind of layout are we doing?
|
|
local layout = [ MATCH "^--layout=(.*)" : $(ARGV) ] ;
|
|
-layout ?= versioned ;
|
|
+layout = system ;
|
|
layout-$(layout) = true ;
|
|
|
|
# possible stage only location
|
|
@@ -204,7 +204,7 @@ if $(lib-sources)
|
|
local gUNVERSIONED_VARIANT_TAG = [ cond $(layout-system) : TRUE ] ;
|
|
|
|
local lib-build =
|
|
- debug release
|
|
+ release
|
|
[ cond $(with-debug-python) : debug-python ]
|
|
[ cond $(NT) : <runtime-link>static/dynamic ]
|
|
<threading>single/multi
|