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

Makedep output cleanup and PEP8 fixes #704

Merged
merged 2 commits into from
Sep 3, 2024

Conversation

marshallward
Copy link
Member

This patch makes some changes to makedep output:

  • Compile commands now end with the source code, rather than the include files. This makes it easier to see which file is being compiled.

  • Blank lines were added inbetween object file rules.

  • Redundant spaces from absent include flags is now removed.

Also some minor PEP8-like cleanups:

  • Some (but not all) 79+ character lines were reduced or split.

  • Some (but not all) single-letter variables were renamed.

  • A bad error handler for missing macros was fixed.

Nothing particularly major here, but build output should be more readable.

This patch makes some changes to makedep output:

* Compile commands now end with the source code, rather than the include
  files.  This makes it easier to see which file is being compiled.

* Blank lines were added inbetween object file rules.

* Redundant spaces from absent include flags is now removed.

Also some minor PEP8-like cleanups:

* Some (but not all) 79+ character lines were reduced or split.

* Some (but not all) single-letter variables were renamed.

* A bad error handler for missing macros was fixed.

Nothing particularly major here, but build output should be more
readable.
@marshallward
Copy link
Member Author

@marshallward marshallward merged commit a6dd0fd into NOAA-GFDL:dev/gfdl Sep 3, 2024
12 checks passed
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.

2 participants