diff options
author | Christian Breunig <christian@breunig.cc> | 2024-04-20 10:01:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-20 10:01:19 +0200 |
commit | 671bbd09b708d61e57a9d136202749efca305116 (patch) | |
tree | a7ec7042cd091de7feb3d43d51f5596711240d14 /Makefile | |
parent | 67511ae3bfc3fcdadf255fbfcd4dee629cab591f (diff) | |
parent | abb5b518ab1e14801e03779a75f78c0b4f86d804 (diff) | |
download | vyos-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-- | Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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: |