[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[tyndur-devel] [PATCH] Signed-off-by: Johannes Pfeiffer <j.pfeiffer93@xxxxxx>
Jetzt wird das Makefile nicht mehr zerhauen beim benutzen von make oder make all.
---
buildmk.sh | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/buildmk.sh b/buildmk.sh
index b9d4194..35df2d8 100644
--- a/buildmk.sh
+++ b/buildmk.sh
@@ -258,6 +258,9 @@ image-hd: updateroot
image-cdrom: updateroot
build/scripts/image_cdrom
+grub2-cdrom: updateroot
+ build/scripts/grub2_cdrom
+
test-qemu: image-floppy
$LOST_TOOLS_QEMU -serial stdio -fda build/images/floppy.img -boot a -net user -net nic,model=rtl8139 | tee qemu-serial.log
--
1.7.1