summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-04-20 10:01:19 +0200
committerGitHub <noreply@github.com>2024-04-20 10:01:19 +0200
commit671bbd09b708d61e57a9d136202749efca305116 (patch)
treea7ec7042cd091de7feb3d43d51f5596711240d14 /Makefile
parent67511ae3bfc3fcdadf255fbfcd4dee629cab591f (diff)
parentabb5b518ab1e14801e03779a75f78c0b4f86d804 (diff)
downloadvyos-build-671bbd09b708d61e57a9d136202749efca305116.tar.gz
vyos-build-671bbd09b708d61e57a9d136202749efca305116.zip
Merge pull request #550 from dmbaturin/T3664-raw-flavors
build: T3664: add support for building non-ISO flavors
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 18fd3939..9d8b2d0d 100644
--- a/Makefile
+++ b/Makefile
@@ -7,12 +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
+%:
+ VYOS_TEMPLATE_DIR=`pwd`/vyos-1x/data/templates/ ./build-vyos-image $*
.PHONY: checkiso
.ONESHELL: