VirtualBox

Changeset 539 in kBuild


Ignore:
Timestamp:
Sep 19, 2006 5:47:23 AM (18 years ago)
Author:
bird
Message:

o Don't send put j1 in MAKEFLAGS on windows, somehow that doesn't work.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r537 r539  
    332006-09-18:
    44    - kBuild/gmake:
     5        o Don't send put j1 in MAKEFLAGS on windows, somehow that doesn't work.
     6        o Fixed some variable name typos in kbuild.c.
    57        o Fixed missing expansion in kbuild_lookup_variable.
    68        o A real attempt at fixing the double quoting problem on windows. ash seems to want a
    79          space between a double quote enclosing the last argument on the commandline and the
    8           double quote enclosing the commandline (the -c argument). Also, defined HAVE_CYGWIN_SHELL.
     10          double quote enclosing the commandline (the -c argument).
    911        o Fixed a newline escape problem when using batch_mode_shell on windows with kmk_ash.
    1012
  • trunk/src/gmake/main.c

    r535 r539  
    28202820                           *(unsigned int *) cs->noarg_value))
    28212821                ADD_FLAG ("", 0); /* Optional value omitted; see below.  */
     2822#if !defined(KMK) || !defined(WINDOWS32) /* jobserver stuff doesn't work on windows???. */
    28222823              else if (cs->c == 'j')
    28232824                /* Special case for `-j'.  */
    28242825                ADD_FLAG ("1", 1);
     2826#endif
    28252827              else
    28262828                {
Note: See TracChangeset for help on using the changeset viewer.

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