Skip to content

Commit

Permalink
clean up proto and packages too
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus-it committed Oct 17, 2017
1 parent 683c659 commit da48eca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/omni
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,10 @@ cleanup()
echo "Cleaning illumos-omnios..."
/opt/onbld/bin/bldenv $illumos_env \
"cd $illumos_clone/usr/src && dmake clobber" > /dev/null
echo "Removing illumos proto area..."
[ -d $illumos_clone/proto ] && rm -rf $illumos_clone/proto
echo "Removing illumos packages area..."
[ -d $illumos_clone/packages ] && rm -rf $illumos_clone/packages
}

merge_gate()
Expand Down

0 comments on commit da48eca

Please sign in to comment.