VirtualBox

Changeset 2134 in kBuild for trunk/src


Ignore:
Timestamp:
Dec 25, 2008 3:14:06 PM (16 years ago)
Author:
bird
Message:

MAKE_HOST isn't used by kmk.

Location:
trunk/src/kmk
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/config.h.W32.template

    r1993 r2134  
    318318/* #undef HAVE_WORKING_VFORK */
    319319
    320 /* Build host information. */
     320/* Build host information. (not used by kmk) */
    321321#define MAKE_HOST "Windows32"
    322322
  • trunk/src/kmk/config.h.darwin

    r1813 r2134  
    286286#define HAVE_WORKING_VFORK 1
    287287
    288 /* Build host information. */
     288/* Build host information. (not used by kmk) */
    289289#define MAKE_HOST "i686-apple-darwin8.8.1"
    290290
  • trunk/src/kmk/config.h.freebsd

    r1813 r2134  
    286286#define HAVE_WORKING_VFORK 1
    287287
    288 /* Build host information. */
     288/* Build host information. (not used by kmk) */
    289289#if defined(__X86__) || defined(__i386__) || defined(__I386__)
    290290#define MAKE_HOST "i386-unknown-freebsd6.2"
  • trunk/src/kmk/config.h.linux

    r1820 r2134  
    286286#define HAVE_WORKING_VFORK 1
    287287
    288 /* Build host information. */
     288/* Build host information. (not used by kmk) */
    289289#define MAKE_HOST "i686-pc-linux-gnu"
    290290
  • trunk/src/kmk/config.h.os2

    r1813 r2134  
    303303/* #undef HAVE_WORKING_VFORK */
    304304
    305 /* Build host information. */
     305/* Build host information. (not used by kmk) */
    306306#define MAKE_HOST "i386-pc-os2-emx"
    307307
  • trunk/src/kmk/config.h.solaris

    r1813 r2134  
    286286#define HAVE_WORKING_VFORK 1
    287287
    288 /* Build host information. */
     288/* Build host information. (not used by kmk) */
    289289#define MAKE_HOST "i386-pc-solaris2.11"
    290290
  • trunk/src/kmk/config.h.win

    r2047 r2134  
    318318/* #undef HAVE_WORKING_VFORK */
    319319
    320 /* Build host information. */
     320/* Build host information. (not used by kmk) */
    321321#define MAKE_HOST "Windows32"
    322322
  • trunk/src/kmk/configure.in

    r1993 r2134  
    374374# Let the makefile know what our build host is
    375375
    376 AC_DEFINE_UNQUOTED(MAKE_HOST,"$host",[Build host information.])
     376AC_DEFINE_UNQUOTED(MAKE_HOST,"$host",[Build host information. (not used by kmk)])
    377377MAKE_HOST="$host"
    378378AC_SUBST(MAKE_HOST)
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