Skip to content

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