OSDN Git Service

makefile 修正
authorhideaki sago <hideaki sago@localhost>
Sun, 4 Dec 2011 15:41:11 +0000 (00:41 +0900)
committerhideaki sago <hideaki sago@localhost>
Sun, 4 Dec 2011 15:41:11 +0000 (00:41 +0900)
Debug/Makefile

index 3bffa4a..cbad489 100644 (file)
@@ -51,7 +51,7 @@ MKISOFS_OPTIONS += -b $(OS_NAME)/Boot/$(BOOT_IMG_NAME)
 MKISOFS_OPTIONS += -no-emul-boot
 MKISOFS_OPTIONS += -boot-load-seg $(BOOT_LOAD_SEGMENT)
 MKISOFS_OPTIONS += -boot-load-size $(BOOT_LOAD_SIZE)
-MKISOFS_OPTIONS += -quiet
+#MKISOFS_OPTIONS += -quiet
 MKISOFS_OPTIONS += -d
 MKISOFS_OPTIONS += -gui
 MKISOFS_OPTIONS += -l
@@ -79,9 +79,10 @@ all: $(TARGET)
 PHONY += clean
 clean:
        rm -f $(OBJS) $(TARGET)
+       rm -fr $(ISO_PATH_ROOT)
 
 PHONY += run
-run:
+run: all
        qemu -cdrom $(TARGET) $(QEMU_OPTIONS)