Ignore:
Timestamp:
Jan 29, 2022, 3:57:33 AM (4 years ago)
Author:
bird
Message:

lib/version_compare.c: Corrected sorting of 'vcc/v14.2/' and 'vcc/v14.2.11.9/' so that the former is sorted before the latter, as one would expect when soring a $(wildcard ) listing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/Makefile.kmk

    r3546 r3551  
    100100tstkFsCache_NOINST = 1
    101101
     102PROGRAMS += tstVersionCompare
     103tstVersionCompare_TEMPLATE = BIN
     104tstVersionCompare_SOURCES = version_compare.c
     105tstVersionCompare_DEFS = TEST
     106tstVersionCompare_NOINST = 1
     107
    102108include $(FILE_KBUILD_SUB_FOOTER)
    103109
Note: See TracChangeset for help on using the changeset viewer.