summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index f0c11d6..6f626cc 100644
--- a/Makefile
+++ b/Makefile
@@ -15,12 +15,7 @@ endif
ifeq ($(shell which vmplayer 2>&1 > /dev/null && echo $$?), 0)
AVAILABLE_BUILDERS += vmware-iso
endif
-ifndef BUILDER
- $(info # BUILDER not set, using default builder: $(DEFAULT_BUILDER))
- $(info # Detected builders: $(AVAILABLE_BUILDERS))
- $(info )
- BUILDER := $(firstword $(AVAILABLE_BUILDERS))
-endif
+BUILDER ?= $(firstword $(AVAILABLE_BUILDERS))
##
# Templates and flavors detection