# (C) Copyright David Abrahams 2001. Permission to copy, use, modify, sell and # distribute this software is granted provided this copyright notice appears in # all copies. This software is provided "as is" without express or implied # warranty, and with no claim as to its suitability for any purpose. SEARCH on allyourbase.jam = $(BOOST_BUILD_PATH) ; include allyourbase.jam ; SEARCH on boost-base.jam = $(BOOST_BUILD_PATH) ; include boost-base.jam ; # # Now include the user's Jamfile. # { load-jamfiles $(JAMFILE) ; } # # Cause the targets specified in the command line to be updated # if $(JAM_VERSION) && $(JAM_VERSION:J="") >= 030101 { for local e in $(ARGV[2-]) { if ! [ MATCH "^(-).*" : $(e) ] { UPDATE $(e) ; } } }