Skip to content

Commit f0027e8

Browse files
committed
Makefile: add missing .PHONY
1 parent 1798447 commit f0027e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,16 @@ install:
3737
install -D -t "${DESTDIR}$(LIBEXECDIR)" target/${PROFILE}/bootupd
3838
ln -f ${DESTDIR}$(LIBEXECDIR)/bootupd ${DESTDIR}$(PREFIX)/bin/bootupctl
3939

40+
.PHONY: install-grub-static
4041
install-grub-static:
4142
install -m 644 -D -t ${DESTDIR}$(PREFIX)/lib/bootupd/grub2-static src/grub2/*.cfg
4243
install -m 644 -D -t ${DESTDIR}$(PREFIX)/lib/bootupd/grub2-static/configs.d src/grub2/configs.d/*.cfg
4344

45+
.PHONY: install-systemd-unit
4446
install-systemd-unit:
4547
install -m 644 -D -t "${DESTDIR}$(PREFIX)/lib/systemd/system/" systemd/bootloader-update.service
4648

49+
.PHONY: bin-archive
4750
bin-archive:
4851
rm target/inst -rf
4952
$(MAKE) install install-grub-static DESTDIR=$$(pwd)/target/inst

0 commit comments

Comments
 (0)