summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 2 insertions, 13 deletions
diff --git a/Makefile b/Makefile
index ebb37075..62587ced 100644
--- a/Makefile
+++ b/Makefile
@@ -7,19 +7,8 @@ all:
@echo "Make what specifically?"
@echo "The most common target is 'iso'"
-.PHONY: iso
-.ONESHELL:
-iso: clean
- set -o pipefail
- @./build-vyos-image iso
- exit 0
-
-.PHONY: prepare-package-env
-.ONESHELL:
-prepare-package-env:
- @set -e
- @scripts/pbuilder-config
- @scripts/pbuilder-setup
+%:
+ VYOS_TEMPLATE_DIR=`pwd`/packages/vyos-1x/data/templates/ ./build-vyos-image $*
.PHONY: checkiso
.ONESHELL: