VirtualBox

Changeset 1965 in kBuild for trunk/src


Ignore:
Timestamp:
Oct 26, 2008 8:05:08 PM (17 years ago)
Author:
bird
Message:

kmk/main.c: fixed (kmk) bug in print_usage where the 'This program is built for ...' would go to stdout instead of usageto.

File:
1 edited

Legend:

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

    r1918 r1965  
    29602960#ifdef KMK
    29612961  if (!remote_description || *remote_description == '\0')
    2962     printf (_("\nThis program is built for %s/%s/%s [" __DATE__ " " __TIME__ "]\n"),
    2963             KBUILD_HOST, KBUILD_HOST_ARCH, KBUILD_HOST_CPU);
     2962    fprintf (usageto, _("\nThis program is built for %s/%s/%s [" __DATE__ " " __TIME__ "]\n"),
     2963             KBUILD_HOST, KBUILD_HOST_ARCH, KBUILD_HOST_CPU);
    29642964  else
    2965     printf (_("\nThis program is built for %s/%s/%s (%s) [" __DATE__ " " __TIME__ "]\n"),
    2966             KBUILD_HOST, KBUILD_HOST_ARCH, KBUILD_HOST_CPU, remote_description);
     2965    fprintf (usageto, _("\nThis program is built for %s/%s/%s (%s) [" __DATE__ " " __TIME__ "]\n"),
     2966             KBUILD_HOST, KBUILD_HOST_ARCH, KBUILD_HOST_CPU, remote_description);
    29672967#else  /* !KMK */
    29682968  if (!remote_description || *remote_description == '\0')
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