Boost logo

Boost-Build :

From: Jürgen Hunold (hunold_at_[hidden])
Date: 2004-08-06 01:47:59


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi !

It seems someone removed threadmon.cpp from boost.threads and forgot to
change the Jamfile for V2.

The attached patch fixes this.

Yours,

Jürgen

- --
* Dipl.-Math. Jürgen Hunold ! Institut für Verkehrswesen, Eisenbahnbau
* voice: ++49 511 762-2529 ! und -betrieb, Universität Hannover
* fax : ++49 511 762-3001 ! Appelstrasse 9a, D-30167 Hannover
* hunold_at_[hidden] ! www.ive.uni-hannover.de
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBEymgljbJ/LLrxrYRAk7RAKDKVfb4r1U5YF+C3PyfJ6oBYT+MKACcDfUB
2PhWaLyOlfahrpUtT2wrVcI=
=OlCn
-----END PGP SIGNATURE-----
 --Boundary-00=_fmyEBWR30Ca9LJb Content-Type: text/x-diff;
charset="utf-8";
name="Jamfile.v2.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="Jamfile.v2.diff"

Index: libs/thread/build/Jamfile.v2
=================================RCS file: /cvsroot/boost/boost/libs/thread/build/Jamfile.v2,v
retrieving revision 1.6
diff -u -5 -p -r1.6 Jamfile.v2
--- libs/thread/build/Jamfile.v2 10 Jun 2004 12:22:55 -0000 1.6
+++ libs/thread/build/Jamfile.v2 6 Aug 2004 06:45:22 -0000
@@ -17,10 +17,10 @@ project boost/thread
: requirements $(reqts) <threading>multi
: default-build <threading>multi
;

CPP_SOURCES = condition mutex recursive_mutex thread tss xtime once
- exceptions barrier threadmon ;
+ exceptions barrier ;

lib boost_thread
: $(CPP_SOURCES).cpp
;
 --Boundary-00=_fmyEBWR30Ca9LJb--


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk