Skip to content

Commit

Permalink
Build the dist target for tools by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Apr 24, 2024
1 parent 079be8c commit c06add0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ DIST_DIR ?= [ path.join $(BOOST_ROOT) dist ] ;
DIST_DIR ?= dist ;
DIST_DIR = [ path.root [ path.make $(DIST_DIR) ] [ path.pwd ] ] ;

project /boost/bcp
;
project /boost/bcp ;

explicit
[ exe bcp
Expand All @@ -29,6 +28,8 @@ explicit
: bcp/<link>static
: <install-type>EXE <location>$(DIST_DIR)/bin
: release ]
[ alias dist : dist-bin ]
[ alias all : bcp test dist ]
[ alias all : bcp test dist-bin ]
;

# Install distribution files/execs by default.
alias dist : dist-bin ;

0 comments on commit c06add0

Please sign in to comment.