-
Notifications
You must be signed in to change notification settings - Fork 857
Rename build/ to m4/ #9916
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
Rename build/ to m4/ #9916
Changes from all commits
4020a14
103eb8a
4df596b
482b6e4
db42426
864c487
d886d63
3c86c2e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| ^BUILDS$ | ||
| ^autom4te\.cache$ | ||
| ^build$ | ||
| ^m4$ | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we want rat to check our m4 files? I wonder if this line should just be removed? @bneradt do you have any input?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. RAT checks our CMake scripts. This seems like an analogous case for automake. Just my two cents.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Probably good to check them. Let's do that as a separate PR though in case something goes wrong or we change our mind so it would be easy to revert. |
||
| ^build-aux$ | ||
| ^body_factory$ | ||
| ^config\.log$ | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.