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

add dependencies options and -fcopybook-deps #109

Closed

Commits on Sep 26, 2024

  1. add new flags to output dependencies

    Flags following gcc options: -M to output deps only, -MD to output
      deps while compiling (in .d files), -MP to output phony targets, -MG
      to keep missing copybooks, -MQ <target> to Makefile-quote target
    
    Additional flags specific to GnuCOBOL: -fcopybook-deps outputs only
    copybook names instead of file paths. -fcopybook-deps also forces -E.
    lefessan authored and ddeclerck committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b754a71 View commit details
    Browse the repository at this point in the history
  2. Remove unrelated parts

    ddeclerck committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    38d4e2e View commit details
    Browse the repository at this point in the history
  3. Post-review fixes

    ddeclerck committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a5ef925 View commit details
    Browse the repository at this point in the history
  4. More fixes

    ddeclerck committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    bf800ca View commit details
    Browse the repository at this point in the history