- Timestamp:
- Dec 25, 2008 3:14:06 PM (16 years ago)
- Location:
- trunk/src/kmk
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/config.h.W32.template
r1993 r2134 318 318 /* #undef HAVE_WORKING_VFORK */ 319 319 320 /* Build host information. */320 /* Build host information. (not used by kmk) */ 321 321 #define MAKE_HOST "Windows32" 322 322 -
trunk/src/kmk/config.h.darwin
r1813 r2134 286 286 #define HAVE_WORKING_VFORK 1 287 287 288 /* Build host information. */288 /* Build host information. (not used by kmk) */ 289 289 #define MAKE_HOST "i686-apple-darwin8.8.1" 290 290 -
trunk/src/kmk/config.h.freebsd
r1813 r2134 286 286 #define HAVE_WORKING_VFORK 1 287 287 288 /* Build host information. */288 /* Build host information. (not used by kmk) */ 289 289 #if defined(__X86__) || defined(__i386__) || defined(__I386__) 290 290 #define MAKE_HOST "i386-unknown-freebsd6.2" -
trunk/src/kmk/config.h.linux
r1820 r2134 286 286 #define HAVE_WORKING_VFORK 1 287 287 288 /* Build host information. */288 /* Build host information. (not used by kmk) */ 289 289 #define MAKE_HOST "i686-pc-linux-gnu" 290 290 -
trunk/src/kmk/config.h.os2
r1813 r2134 303 303 /* #undef HAVE_WORKING_VFORK */ 304 304 305 /* Build host information. */305 /* Build host information. (not used by kmk) */ 306 306 #define MAKE_HOST "i386-pc-os2-emx" 307 307 -
trunk/src/kmk/config.h.solaris
r1813 r2134 286 286 #define HAVE_WORKING_VFORK 1 287 287 288 /* Build host information. */288 /* Build host information. (not used by kmk) */ 289 289 #define MAKE_HOST "i386-pc-solaris2.11" 290 290 -
trunk/src/kmk/config.h.win
r2047 r2134 318 318 /* #undef HAVE_WORKING_VFORK */ 319 319 320 /* Build host information. */320 /* Build host information. (not used by kmk) */ 321 321 #define MAKE_HOST "Windows32" 322 322 -
trunk/src/kmk/configure.in
r1993 r2134 374 374 # Let the makefile know what our build host is 375 375 376 AC_DEFINE_UNQUOTED(MAKE_HOST,"$host",[Build host information. ])376 AC_DEFINE_UNQUOTED(MAKE_HOST,"$host",[Build host information. (not used by kmk)]) 377 377 MAKE_HOST="$host" 378 378 AC_SUBST(MAKE_HOST)
Note:
See TracChangeset
for help on using the changeset viewer.