Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r66961 - sandbox/example
From: dnljms_at_[hidden]
Date: 2010-12-01 18:15:24


Author: danieljames
Date: 2010-12-01 18:15:20 EST (Wed, 01 Dec 2010)
New Revision: 66961
URL: http://svn.boost.org/trac/boost/changeset/66961

Log:
Rename project-root.jam to Jamroot.jam.

Added:
   sandbox/example/Jamroot.jam
      - copied unchanged from r66862, /sandbox/example/project-root.jam
Removed:
   sandbox/example/project-root.jam

Deleted: sandbox/example/project-root.jam
==============================================================================
--- sandbox/example/project-root.jam 2010-12-01 18:15:20 EST (Wed, 01 Dec 2010)
+++ (empty file)
@@ -1,42 +0,0 @@
-#
-# Copyright (c) 2006 João Abecasis
-#
-# Distributed under the Boost Software License, Version 1.0. (See
-# accompanying file LICENSE_1_0.txt or copy at
-# http://www.boost.org/LICENSE_1_0.txt)
-#
-
-##
-## IMPORTANT NOTE: This file MUST NOT be copied over a boost installation
-##
-
-path-constant top : . ;
-
-import modules ;
-import path ;
-
-local boost-root = [ modules.peek : BOOST_ROOT ] ;
-
-if ! $(boost-root)
-{
- local boost-search-dirs = [ modules.peek : BOOST_BUILD_PATH ] ;
-
- for local dir in $(boost-search-dirs)
- {
- if [ path.glob $(dir)/../../../ : boost/version.hpp ]
- {
- boost-root += $(dir)/../../../ ;
- }
- }
-
- if $(boost-root)
- {
- boost-root = [ path.make $(boost-root[1]) ] ;
- }
- else
- {
- ECHO "Warning: couldn't find BOOST_ROOT in" $(boost-root) ;
- }
-}
-
-path-constant BOOST_ROOT : $(boost-root) ;
\ No newline at end of file


Boost-Commit 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