Skip to content

Commit

Permalink
Normally, we don't want to install and we only need to build tools.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39944 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Reid Spencer committed Jul 16, 2007
1 parent 3b52308 commit 162c518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-for-llvm-top.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ if test ! -x "config.status" ; then
fi

echo make $build_opts '&&' make install $build_opts
make $build_opts && make install $build_opts
make $build_opts tools-only

0 comments on commit 162c518

Please sign in to comment.