Changeset 2009 for trunk/src/kmk/main.c


Ignore:
Timestamp:
Oct 31, 2008, 4:56:37 AM (17 years ago)
Author:
bird
Message:

kmk: show the build type.

File:
1 edited

Legend:

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

    r1993 r2009  
    36393639
    36403640  if (!remote_description || *remote_description == '\0')
    3641     printf (_("%sThis program is built for %s/%s/%s [" __DATE__ " " __TIME__ "]\n\n"),
    3642             precede, KBUILD_HOST, KBUILD_HOST_ARCH, KBUILD_HOST_CPU);
     3641    printf (_("%sThis program is a %s build, built for %s/%s/%s [" __DATE__ " " __TIME__ "]\n\n"),
     3642            precede, KBUILD_TYPE, KBUILD_HOST, KBUILD_HOST_ARCH, KBUILD_HOST_CPU);
    36433643  else
    3644     printf (_("%sThis program is built for %s/%s/%s (%s) [" __DATE__ " " __TIME__ "]\n\n"),
    3645             precede, KBUILD_HOST, KBUILD_HOST_ARCH, KBUILD_HOST_CPU, remote_description);
     3644    printf (_("%sThis program is a %s build, built for %s/%s/%s (%s) [" __DATE__ " " __TIME__ "]\n\n"),
     3645            precede, KBUILD_TYPE, KBUILD_HOST, KBUILD_HOST_ARCH, KBUILD_HOST_CPU, remote_description);
    36463646
    36473647#endif /* KMK */
Note: See TracChangeset for help on using the changeset viewer.