Skip to content

Commit

Permalink
fixing cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hadfl authored and citrus-it committed Oct 2, 2017
1 parent 1c3ac1e commit a61830b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/omni
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,8 @@ cleanup()
echo "Removing build logs..."
find $omnios_clone -type f -name build.log\* -exec rm {} +
echo "Cleaning illumos-omnios..."
/opt/onbld/bin/bldenv $illumos_env 'cd usr/src && dmake clobber'
/opt/onbld/bin/bldenv $illumos_env \
"cd $illumos_clone/usr/src && dmake clobber"
}

merge_gate()
Expand Down

0 comments on commit a61830b

Please sign in to comment.