afeb5b1769
Wed May 05 2004 Warren Togami <wtogami@redhat.com> 1.31.0-7 - missing Obsoletes boost-python Mon May 03 2004 Benjamin Kosnik <bkoz@redhat.com> - (#121630: gcc34 patch needed) Wed Apr 21 2004 Warren Togami <wtogami@redhat.com> - #121415 FC2 BLOCKER: Obsoletes boost-python-devel, boost-doc - other cleanups Tue Mar 30 2004 Benjamin Kosnik <bkoz@redhat.com> - Remove bjam dependency. (via Graydon). - Fix installed library names. - Fix SONAMEs in shared libraries. - Fix installed header location. - Fix installed permissions. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt
31 lines
1.0 KiB
Diff
31 lines
1.0 KiB
Diff
Index: tools/build/v1/boost-base.jam
|
|
===================================================================
|
|
RCS file: /cvsroot/boost/boost/tools/build/v1/boost-base.jam,v
|
|
retrieving revision 1.129
|
|
diff -c -p -r1.129 boost-base.jam
|
|
*** tools/build/v1/boost-base.jam 28 Jan 2004 22:50:17 -0000 1.129
|
|
--- tools/build/v1/boost-base.jam 1 Apr 2004 22:48:45 -0000
|
|
*************** rule common-variant-tag ( toolset varian
|
|
*** 2621,2630 ****
|
|
local version-tag = [ MATCH "^([^.]+).([^.]+)" : $(version-number[1]) ] ;
|
|
version-tag = $(version-tag:J="_") ;
|
|
|
|
! tags += $(toolset-tag:J=) ;
|
|
! tags += $(thread-tag:J=) ;
|
|
! tags += $(runtime-tag:J=) ;
|
|
! tags += $(version-tag) ;
|
|
|
|
if $(tags)
|
|
{
|
|
--- 2621,2630 ----
|
|
local version-tag = [ MATCH "^([^.]+).([^.]+)" : $(version-number[1]) ] ;
|
|
version-tag = $(version-tag:J="_") ;
|
|
|
|
! # tags += $(toolset-tag:J=) ;
|
|
! # tags += $(thread-tag:J=) ;
|
|
! # tags += $(runtime-tag:J=) ;
|
|
! # tags += $(version-tag) ;
|
|
|
|
if $(tags)
|
|
{
|