Ignore:
Timestamp:
Mar 14, 2018, 10:28:10 PM (7 years ago)
Author:
bird
Message:

kmk: Merged in changes from GNU make 4.2.1 (2e55f5e4abdc0e38c1d64be703b446695e70b3b6 / https://git.savannah.gnu.org/git/make.git).

Location:
trunk/src/kmk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk

  • trunk/src/kmk/kmkbuiltin/printf.c

    r2900 r3140  
    4747
    4848#if !defined(kmk_builtin_printf) && !defined(BUILTIN) && !defined(SHELL)
    49 # include "../make.h"
     49# include "../makeint.h"
    5050# include "../filedef.h"
    5151# include "../variable.h"
     
    217217        g_o = NULL;
    218218
    219         (void)funcname;
    220219        if (rc != 0)
    221                 fatal (NILF, _("$(%s): failure rc=%d\n"), funcname, rc);
     220                fatal(NILF, strlen(funcname) + INTSTR_LENGTH, _("$(%s): failure rc=%d\n"), funcname, rc);
    222221        return o;
    223222}
Note: See TracChangeset for help on using the changeset viewer.