Skip to content
Snippets Groups Projects
  • Andre Maroneze's avatar
    fe278cec
    [makefile] avoid spaces before arguments in makefile functions · fe278cec
    Andre Maroneze authored
    When calling makefile functions, whitespace after commas can lead
    to unexpected results (especially for the 'call' function, see
    www.gnu.org/software/make/manual/html_node/Call-Function.html#Call-Function).
    Some of the changes in this commit are unnecessary,
    but providing a more uniform style should prevent future bugs similar to #130.
    fe278cec
    History
    [makefile] avoid spaces before arguments in makefile functions
    Andre Maroneze authored
    When calling makefile functions, whitespace after commas can lead
    to unexpected results (especially for the 'call' function, see
    www.gnu.org/software/make/manual/html_node/Call-Function.html#Call-Function).
    Some of the changes in this commit are unnecessary,
    but providing a more uniform style should prevent future bugs similar to #130.