@@ -0,0 +1,14 @@
ifeq ($(BUILDROOT),)
$(error BUILDROOT IS NOT SET!)
endif
SYSROOT := $(BUILDROOT)/sysroot
DIST := $(BUILDROOT)/dist/mittos.iso
$(DIST):
grub-mkrescue -o $@ $(SYSROOT)
install: $(DIST)
.PHONY: install
The note is not visible to the blocked user.