Searched refs:BUILD_TYPE (Results 1 - 9 of 9) sorted by relevance
/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/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...] |
/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/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/tools/bin/ |
H A D | gen-slickedit-workspace.sh | 41 out/${BUILD_TARGET}.${BUILD_TARGET_ARCH}/${BUILD_TYPE} \ 987 "out/${BUILD_TARGET}.${BUILD_TARGET_ARCH}/${BUILD_TYPE}/dist/sdk/bindings/xpcom" \ 989 "out/${BUILD_TARGET}.${BUILD_TARGET_ARCH}/${BUILD_TYPE}/bin/sdk/bindings/xpcom" \
|
/vbox/src/VBox/Installer/linux/ |
H A D | run-inst.sh | 34 BUILD_TYPE="_BUILDTYPE_" 403 BUILD_TYPE='$BUILD_TYPE'
|
H A D | vboxdrv.sh.in | 41 export BUILD_TYPE
|
/vbox/ |
H A D | configure | 168 BUILD_TYPE="release" 390 echo "BUILD_TYPE=\"$BUILD_TYPE\"" >> $ENV 391 echo "export BUILD_TYPE" >> $ENV 2516 BUILD_TYPE=debug 2519 BUILD_TYPE=profile 2623 if [ "$BUILD_TYPE" = "debug" ]; then 2625 elif [ "$BUILD_TYPE" = "profile" ]; then 2836 echo " cd $vbox_out_path/$OS.$TARGET_MACHINE/$BUILD_TYPE/bin/src"
|
/vbox/src/VBox/Additions/linux/installer/ |
H A D | vboxadd.sh | 503 export BUILD_TYPE
|
Completed in 57 milliseconds