Searched defs:BUILD_TYPE (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/HostDrivers/Support/linux/ |
H A D | Makefile | 58 ifneq ($(filter-out release profile debug strict,$(BUILD_TYPE)),) 59 $(warning Ignoring unknown BUILD_TYPE value '$(BUILD_TYPE)'.) 60 BUILD_TYPE := macro 62 ifeq ($(BUILD_TYPE),) 63 BUILD_TYPE := release macro 65 ifneq ($(BUILD_TYPE),release) 66 $(warning Using BUILD_TYPE='$(BUILD_TYPE)' from the $(origin BUILD_TYPE) [all...] |
/vbox/src/VBox/HostDrivers/VBoxNetAdp/linux/ |
H A D | Makefile | 49 ifneq ($(filter-out release profile debug strict,$(BUILD_TYPE)),) 50 $(warning Ignoring unknown BUILD_TYPE value '$(BUILD_TYPE)'.) 51 BUILD_TYPE := macro 53 ifeq ($(BUILD_TYPE),) 54 BUILD_TYPE := release macro 56 ifneq ($(BUILD_TYPE),release) 57 $(warning Using BUILD_TYPE='$(BUILD_TYPE)' from the $(origin BUILD_TYPE) [all...] |
/vbox/src/VBox/HostDrivers/VBoxNetFlt/linux/ |
H A D | Makefile | 49 ifneq ($(filter-out release profile debug strict,$(BUILD_TYPE)),) 50 $(warning Ignoring unknown BUILD_TYPE value '$(BUILD_TYPE)'.) 51 BUILD_TYPE := macro 53 ifeq ($(BUILD_TYPE),) 54 BUILD_TYPE := release macro 56 ifneq ($(BUILD_TYPE),release) 57 $(warning Using BUILD_TYPE='$(BUILD_TYPE)' from the $(origin BUILD_TYPE) [all...] |
/vbox/src/VBox/HostDrivers/VBoxPci/linux/ |
H A D | Makefile | 49 ifneq ($(filter-out release profile debug strict,$(BUILD_TYPE)),) 50 $(warning Ignoring unknown BUILD_TYPE value '$(BUILD_TYPE)'.) 51 BUILD_TYPE := macro 53 ifeq ($(BUILD_TYPE),) 54 BUILD_TYPE := release macro 56 ifneq ($(BUILD_TYPE),release) 57 $(warning Using BUILD_TYPE='$(BUILD_TYPE)' from the $(origin BUILD_TYPE) [all...] |
Completed in 48 milliseconds