Skip to content

Commit

Permalink
Warning about dist directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpu committed May 31, 2012
1 parent bc2bf82 commit 8334355
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Jamroot
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,9 @@ alias install : prefix-bin prefix-lib headers-base headers-moses ;
if ! [ option.get "includedir" : : $(prefix)/include ] {
explicit install headers-base headers-moses ;
}

if [ path.exists $(TOP)/dist ] && $(prefix) != dist {
echo "You have a $(TOP)/dist directory, but the build system now places files directly in the root i.e. $(TOP)/bin ." ;
echo "To disable this message, delete $(TOP)/dist ." ;
echo ;
}

0 comments on commit 8334355

Please sign in to comment.