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

automake: use POSIX make syntax #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Commits on Dec 8, 2023

  1. automake: use POSIX make syntax

    POSIX provides a shorthand for notdir-like functionality.
    Use that instead of recommending GNU Make specific syntax.
    
    https://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html
    > Each of the internal macros has an alternative form. When an uppercase
    > 'D' or 'F' is appended to any of the macros, the meaning shall be changed
    > to the directory part for 'D' and filename part for 'F'.
    vapier committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    e9feea0 View commit details
    Browse the repository at this point in the history