mirror of
https://github.com/boostorg/boostdep.git
synced 2026-01-19 04:02:14 +00:00
Move <variant>release to project default-build, like was done for tools/inspect
This commit is contained in:
11
build.jam
11
build.jam
@@ -14,15 +14,14 @@ DIST_DIR ?= [ path.join $(BOOST_ROOT) dist ] ;
|
||||
DIST_DIR ?= dist ;
|
||||
DIST_DIR = [ path.root [ path.make $(DIST_DIR) ] [ path.pwd ] ] ;
|
||||
|
||||
project /boost/boostdep ;
|
||||
project /boost/boostdep : default-build release ;
|
||||
|
||||
install dist-bin : build//boostdep/<link>static : <install-type>EXE <location>$(DIST_DIR)/bin ;
|
||||
explicit dist-bin ;
|
||||
|
||||
install dist-bin
|
||||
: build//boostdep/<link>static
|
||||
: <install-type>EXE <location>$(DIST_DIR)/bin
|
||||
: release ;
|
||||
explicit install ;
|
||||
alias boostdep : build//boostdep ;
|
||||
explicit boostdep ;
|
||||
|
||||
alias all : boostdep test dist-bin ;
|
||||
explicit all ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user