$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r57879 - sandbox/variadic_templates/libs/mpl/test
From: cppljevans_at_[hidden]
Date: 2009-11-24 00:03:18
Author: cppljevans
Date: 2009-11-24 00:03:17 EST (Tue, 24 Nov 2009)
New Revision: 57879
URL: http://svn.boost.org/trac/boost/changeset/57879
Log:
Rm the test.compile target (only used to debug bjam)
Text files modified:
sandbox/variadic_templates/libs/mpl/test/Jamfile | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
Modified: sandbox/variadic_templates/libs/mpl/test/Jamfile
==============================================================================
--- sandbox/variadic_templates/libs/mpl/test/Jamfile (original)
+++ sandbox/variadic_templates/libs/mpl/test/Jamfile 2009-11-24 00:03:17 EST (Tue, 24 Nov 2009)
@@ -5,7 +5,6 @@
compile aux_/preprocessor/is_seq.cpp ;
compile aux_/preprocessor/token_equal.cpp ;
- compile test.cpp : : test.compile ;
compile advance.cpp : : advance.compile ;
compile always.cpp ;
compile apply.cpp ;