VirtualBox

Changeset 3273 in kBuild for trunk/src/kmk


Ignore:
Timestamp:
Jan 4, 2019 12:48:51 AM (6 years ago)
Author:
bird
Message:

kmk: OS/2 build fixes

Location:
trunk/src/kmk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/function.c

    r3242 r3273  
    53265326      if (rc != NO_ERROR)
    53275327        {
    5328           OSSN (error, (NILF, _("$(libpath): failed to set `%s' to `%s', rc=%d"), argv[0], buf, rc);
     5328          OSSN (error, NILF, _("$(libpath): failed to set `%s' to `%s', rc=%d"), argv[0], buf, rc);
    53295329          return variable_buffer_output (o, "", 0);
    53305330        }
  • trunk/src/kmk/job.c

    r3234 r3273  
    33643364# ifdef __EMX__ /* is this necessary? */
    33653365    if (!unixy_shell && shellflags)
    3366       shellflags[0] = '/'; /* "/c" */
     3366      ((char *)shellflags)[0] = '/'; /* "/c" */
    33673367# endif
    33683368
  • trunk/src/kmk/kmkbuiltin.h

    r3261 r3273  
    7575#include "kbuild_version.h"
    7676#if !defined(KMK_BUILTIN_STANDALONE) && !defined(KWORKER)
    77 # include "../output.h"
     77# include "output.h"
    7878#endif
    7979
  • trunk/src/kmk/makeint.h

    r3184 r3273  
    651651#define OSSSS(_t,_a,_f,_s1,_s2,_s3,_s4) _t((_a), strlen (_s1) + strlen (_s2) + strlen (_s3) + strlen (_s4), \
    652652                                           (_f), (_s1), (_s2), (_s3), (_s4))        /* bird */
     653#define OSSN(_t,_a,_f,_s1,_s2,_n)       _t((_a), strlen (_s1) + strlen (_s2) + INTSTR_LENGTH, \
     654                                          (_f), (_s1), (_s2), (_n))                 /* bird */
    653655#define OSSNS(_t,_a,_f,_s1,_s2,_n,_s3) _t((_a), strlen (_s1) + strlen (_s2) + strlen (_s3) + INTSTR_LENGTH, \
    654656                                          (_f), (_s1), (_s2), (_n), (_s3))          /* bird */
  • trunk/src/kmk/output.c

    r3271 r3273  
    736736  /* "from" is opened by open_tmpfd, which does it in binary mode, so
    737737     we need the mode of "to" to match that.  */
    738   prev_mode = _setmode (fileno (to), _O_BINARY);
     738  prev_mode = _setmode (fileno (to), O_BINARY);
    739739#endif
    740740
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette