From: Arun Thomas Date: Mon, 1 Aug 2011 09:05:17 +0000 (+0200) Subject: MKEMBED is now MKSMALL X-Git-Tag: v3.2.0~395 X-Git-Url: http://zhaoyanbai.com/repos/icons/jhe061.png?a=commitdiff_plain;h=f985ecba0dbb50cb5d1953bc034e5b2f8b500c16;p=minix.git MKEMBED is now MKSMALL --- diff --git a/drivers/ramdisk/Makefile b/drivers/ramdisk/Makefile index 2f7d9ce4e..a7bbab5ce 100644 --- a/drivers/ramdisk/Makefile +++ b/drivers/ramdisk/Makefile @@ -6,7 +6,7 @@ PROGRAMS= at_wini bios_wini cdprobe dev2name floppy loadramdisk mount \ pci procfs sh service sysenv mfs SCRIPTS=newroot -.if ${MKEMBED} != "yes" +.if ${MKSMALL} != "yes" PROGRAMS+= ahci ext2 .endif @@ -15,10 +15,10 @@ PROGRAMS+= ahci ext2 PROGRAMS+= acpi .endif -.if ${MKEMBED} != "yes" +.if ${MKSMALL} != "yes" PROTO= proto .else -PROTO= proto.embed +PROTO= proto.small .endif .if ${OBJECT_FMT} == "a.out" diff --git a/drivers/ramdisk/proto.embed b/drivers/ramdisk/proto.small similarity index 100% rename from drivers/ramdisk/proto.embed rename to drivers/ramdisk/proto.small diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index d3f119712..3143a0817 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -775,7 +775,7 @@ _MKVARS.no= \ MKUNPRIVED MKUPDATE MKX11 MKZFS #MINIX-specific vars _MKVARS.no+= \ - MKIMAGEONLY MKEMBED + MKIMAGEONLY MKSMALL .for var in ${_MKVARS.no} ${var}?=no .endfor @@ -817,7 +817,7 @@ MKNLS:= no .endif # MINIX -.if ${MKEMBED} == "yes" +.if ${MKSMALL} == "yes" MKWATCHDOG:= no MKACPI:= no MKAPIC:= no diff --git a/share/mk/sys.mk b/share/mk/sys.mk index a2c32966f..98e39a6c1 100644 --- a/share/mk/sys.mk +++ b/share/mk/sys.mk @@ -245,7 +245,7 @@ NBSD_LIBC= no NBSD_LIBC= yes .endif -.if ${COMPILER_TYPE} == "gnu" && defined(MKEMBED) && ${MKEMBED} == "yes" +.if ${COMPILER_TYPE} == "gnu" && defined(MKSMALL) && ${MKSMALL} == "yes" DBG= -Os CFLAGS+= -DNDEBUG=1 .endif