/alps/pcitool

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to pcitool/buildinfo.c

  • Committer: Suren A. Chilingaryan
  • Date: 2016-03-08 13:35:06 UTC
  • mfrom: (377.1.1 pcitool)
  • Revision ID: csa@suren.me-20160308133506-zbeed258fvd1202l
Fix dkms configuration

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
void BuildInfo() {
6
6
    printf("\n");
7
7
#ifdef PCILIB_RELEASE
8
 
    printf("Release: %s (revision: %s built on %s in %s)\n", PCILIB_RELEASE, PCILIB_REVISION, PCILIB_BUILD_DATE, PCILIB_BUILD_DIR);
 
8
    printf("Release: %s (r%s packaged on %s in %s)\n", PCILIB_RELEASE, PCILIB_REVISION, PCILIB_BUILD_DATE, PCILIB_BUILD_DIR);
9
9
#else /* PCILIB_RELEASE */
10
10
    printf("Revision: %s built on %s in %s\n", PCILIB_REVISION, PCILIB_BUILD_DATE, PCILIB_BUILD_DIR);
11
11
#endif /* PCILIB_RELEASE */