mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #10957 from tianon/cleanup-autogen
Cleanup "autogen/" if we have successful build
This commit is contained in:
commit
a7cacbeb1d
1 changed files with 3 additions and 0 deletions
|
|
@ -265,6 +265,9 @@ main() {
|
||||||
bundle $SCRIPTDIR/make/$bundle
|
bundle $SCRIPTDIR/make/$bundle
|
||||||
echo
|
echo
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# if we get all the way through successfully, let's delete our autogenerated code!
|
||||||
|
rm -r autogen
|
||||||
}
|
}
|
||||||
|
|
||||||
main "$@"
|
main "$@"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue