diff options
author | Christian Breunig <christian@breunig.cc> | 2024-09-04 21:34:41 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-09-05 07:14:43 +0200 |
commit | d851548515ce3aa680728f33c0b2ae2ccbda85fc (patch) | |
tree | f39f5f44985252df6b0474a8e4c9b4f58feb1f17 | |
parent | 3170bcaf2c8355d65c0c6931e42afee657c28655 (diff) | |
download | vyos-build-d851548515ce3aa680728f33c0b2ae2ccbda85fc.tar.gz vyos-build-d851548515ce3aa680728f33c0b2ae2ccbda85fc.zip |
Makefile: T2640: fix PHONY typo
Fix typo added in commit 499e8e1cbb ("Makefile: T2640: add helper to convert
ISO to OCI image to start a co…ntainer") should be PHONY over PHONE
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -48,8 +48,7 @@ testtpm: checkiso qemu-live: checkiso scripts/check-qemu-install --qemu-cmd --uefi build/live-image-amd64.hybrid.iso $(filter-out $@,$(MAKECMDGOALS)) - -.PHONE: oci +.PHONY: oci .ONESHELL: oci: checkiso scripts/iso-to-oci build/live-image-amd64.hybrid.iso |