From: John Hodge Date: Sat, 9 Feb 2013 11:58:44 +0000 (+0800) Subject: Tweaking root makefile X-Git-Tag: rel0.15~578 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=0e359ca702aa70fcd6f237640360fa2799f722d6;p=tpg%2Facess2.git Tweaking root makefile --- 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-%: