VirtualBox

Changeset 3402 in kBuild for trunk


Ignore:
Timestamp:
Jul 6, 2020 9:29:00 AM (4 years ago)
Author:
bird
Message:

header.kmk: Added KMK_WITH_VERSION_COMPARE indicator mirroring 'versort' in KMK_FEATURES.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/header.kmk

    r3344 r3402  
    406406
    407407#
     408# Feature indicators.
     409#
     410
     411## File quoting functions.
     412if1of (quote, $(KMK_FEATURES))
     413 KMK_WITH_QUOTING := 1
     414endif
     415
     416## Version sorting and comparing.
     417if1of (versort, $(KMK_FEATURES))
     418 KMK_WITH_VERSION_COMPARE := 1
     419endif
     420
     421
     422#
    408423# Paths and stuff.
    409424#
    410 
    411 ## Cache this query.
    412 if1of (quote,$(KMK_FEATURES))
    413  KMK_WITH_QUOTING := 1
    414 endif
    415425
    416426# Adjust DEPTH first.
     
    16761686ifdef KBUILD_QUIET
    16771687 # No output
    1678  QUIET := @
    1679  QUIET2:= @
    1680  MSG_L1 =
    1681  MSG_L2 =
     1688 QUIET  := @
     1689 QUIET2 := @
     1690 MSG_L1 :=
     1691 MSG_L2 :=
    16821692else
    16831693 ifndef KBUILD_VERBOSE
     
    16861696  QUIET2 := @
    16871697  MSG_L1 ?= %@$(ECHO) "kBuild: $1"
    1688   MSG_L2  =
     1698  MSG_L2 :=
    16891699 else ifeq ($(KBUILD_VERBOSE),1)
    16901700  # A bit more output
     
    16921702  QUIET2 := @
    16931703  MSG_L1 ?= %@$(ECHO) "kBuild: $1 $2"
    1694   MSG_L2  =
     1704  MSG_L2 :=
    16951705 else ifeq ($(KBUILD_VERBOSE),2)
    16961706  # Lot more output
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette