summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile16
1 files changed, 7 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 2e8c054..2642cdd 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,8 @@ ifeq ($(shell which vmplayer 2>&1 > /dev/null && echo $$?), 0)
endif
ifndef BUILDER
$(info # BUILDER not set, using default builder: $(DEFAULT_BUILDER))
+ $(info # Detected builders: $(AVAILABLE_BUILDERS))
+ $(info )
BUILDER := $(DEFAULT_BUILDER)
endif
@@ -113,20 +115,16 @@ $(BOOTTARGETS):
@echo "** Success **"
help:
- @echo "General syntax: <template>/<flavor>[/boot]"
+ @printf "Usage:\n\tmake <template>/<flavor>[/boot]\n"
@echo
- @echo "Detected builders:"
- @(for B in $(AVAILABLE_BUILDERS); do printf "\t%s\n" "$$B"; done)
- @echo
- @echo "Base images:"
+ @echo "Base images targets:"
@(for T in $(BASETARGETS); do printf "\t%s\n" "$$T"; done)
@echo
- @echo "Provisioning: "
+ @echo "Provisioning images targets: "
@(for P in $(PROVTARGETS); do printf "\t%s\n" "$$P"; done)
@echo
- @echo "Generate boot files:"
- @(for N in $(BOOTTARGETS); do printf "\t%s\n" "$$N"; done)
- @echo
+ @echo "Generate boot files targets:"
+ @printf "\t<provisioning_target>/boot\n"
# The builds are directories named after the template name
clean: