From 0e359ca702aa70fcd6f237640360fa2799f722d6 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sat, 9 Feb 2013 19:58:44 +0800 Subject: [PATCH] Tweaking root makefile --- EditBoot | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/EditBoot b/EditBoot index 06e2aab2..470e73bd 100755 --- a/EditBoot +++ b/EditBoot @@ -3,7 +3,7 @@ #vim mnt/boot/menu.lst #sudo umount mnt/ if [[ "x$DISK" == "x" ]]; then - DISK=a + DISK="-i Acess2.img :" fi mcopy $DISK:/boot/menu.lst .menu.lst.tmp vim .menu.lst.tmp diff --git a/Makefile b/Makefile index c2ef59ff..468efd23 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ include/syscalls.h: KernelLand/Kernel/Makefile KernelLand/Kernel/syscalls.lst _build_dynmod := BUILDTYPE=dynamic $(SUBMAKE) -C KernelLand/Modules/ _build_stmod := BUILDTYPE=static $(SUBMAKE) -C KernelLand/Modules/ -_build_kernel := $(SUBMAKE) $1 -C KernelLand/Kernel +_build_kernel := $(SUBMAKE) -C KernelLand/Kernel # Compile Only $(ALL_DYNMODS): all-%: -- 2.20.1