VirtualBox

Changeset 77059 in vbox


Ignore:
Timestamp:
Jan 30, 2019 6:07:01 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
128504
Message:

Installer/linux/Makefile.include.header: Shut up makefile warnings. (Related to previous Config.kmk change.) bugref:9172

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/Makefile.include.header

    r76553 r77059  
    8080else
    8181 ifneq ($(BUILD_TYPE),release)
    82   $(warning Using BUILD_TYPE='$(BUILD_TYPE)' from the $(origin BUILD_TYPE).)
     82  ifndef VBOX_KERN_QUIET
     83   $(warning Using BUILD_TYPE='$(BUILD_TYPE)' from the $(origin BUILD_TYPE).)
     84  endif
    8385 endif
    8486endif
     
    152154# debug - show guesses.
    153155ifdef DEBUG
     156 ifndef VBOX_KERN_QUIET
    154157$(warning dbg: INSTALL_MOD_PATH = $(INSTALL_MOD_PATH))
    155158$(warning dbg: INSTALL_MOD_DIR  = $(INSTALL_MOD_DIR))
     
    158161$(warning dbg: KERN_VERSION     = $(KERN_VERSION))
    159162$(warning dbg: MODULE_DIR       = $(MODULE_DIR))
     163 endif
    160164endif
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