- Timestamp:
- Oct 26, 2008 8:05:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/main.c
r1918 r1965 2960 2960 #ifdef KMK 2961 2961 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); 2964 2964 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); 2967 2967 #else /* !KMK */ 2968 2968 if (!remote_description || *remote_description == '\0')
Note:
See TracChangeset
for help on using the changeset viewer.