Skip to content

Commit

Permalink
make it possible to skip 2nd_stage test when building already inside …
Browse files Browse the repository at this point in the history
…of build
  • Loading branch information
adrianschroeter committed Feb 8, 2014
1 parent 32e2386 commit bad25a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build
Expand Up @@ -749,6 +749,9 @@ background_monitor_process()

detect_vm_2nd_stage()
{
if test -n "$BUILD_IGNORE_2ND_STAGE" ; then
return 1
fi
if test -e /.build/build.data; then
. /.build/build.data
fi
Expand Down

0 comments on commit bad25a4

Please sign in to comment.