Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove autogenerated files #1170

Merged

Conversation

c72578
Copy link
Collaborator

@c72578 c72578 commented Apr 5, 2022

The removed files are generated using bootstrap
(libtoolize, autoreconf) and they are available in release tarballs.

  git rm configure
  git rm -r conftools/
  git rm Makefile.in
  git rm *Makefile.in
  git rm src/rrd_config.h.in

The removed files are generated using bootstrap
(libtoolize, autoreconf) and they are available in release tarballs.

- Avoids outdated configure file in git
- Resolves oetiker#1163
- The following commands have been used for removal:
  git rm configure
  git rm -r conftools/
  git rm Makefile.in
  git rm *Makefile.in
  git rm src/rrd_config.h.in
@c72578 c72578 force-pushed the 2022-04-05_Remove_autogenerated_files branch from ff6d3a8 to 99275bf Compare April 5, 2022 20:50
@oetiker
Copy link
Owner

oetiker commented Apr 6, 2022

great!

@oetiker
Copy link
Owner

oetiker commented Apr 6, 2022

on your PRs, please also update the CHANGES file with each one ... that makes it simpler to release new versions ...

@c72578
Copy link
Collaborator Author

c72578 commented Apr 6, 2022

OK, I will update CHANGES

@c72578 c72578 marked this pull request as ready for review April 6, 2022 16:44
@oetiker oetiker merged commit 815bbb9 into oetiker:master Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove or update generated files in repository
2 participants