make.sh: leave around the generated version
For positerity (largely of packagers) lets leave around the generated version files that happen during build. They're already ignored in git, and recreated on every build. Signed-off-by: Vincent Batts <vbatts@redhat.com>
This commit is contained in:
parent
65e21f5703
commit
3a939d9987
1 changed files with 0 additions and 3 deletions
|
@ -265,9 +265,6 @@ main() {
|
|||
bundle $SCRIPTDIR/make/$bundle
|
||||
echo
|
||||
done
|
||||
|
||||
# if we get all the way through successfully, let's delete our autogenerated code!
|
||||
rm -r autogen
|
||||
}
|
||||
|
||||
main "$@"
|
||||
|
|
Loading…
Reference in a new issue