]> Zhao Yanbai Git Server - minix.git/commitdiff
MKEMBED is now MKSMALL
authorArun Thomas <arun@minix3.org>
Mon, 1 Aug 2011 09:05:17 +0000 (11:05 +0200)
committerArun Thomas <arun@minix3.org>
Mon, 1 Aug 2011 09:05:17 +0000 (11:05 +0200)
drivers/ramdisk/Makefile
drivers/ramdisk/proto.small [moved from drivers/ramdisk/proto.embed with 100% similarity]
share/mk/bsd.own.mk
share/mk/sys.mk

index 2f7d9ce4e2afb7cec906708db0f85a58d9c37e0c..a7bbab5ce9d23cb6446162dc5e6718d76b59a6c3 100644 (file)
@@ -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"
index d3f1197121d6430c362d690004c7fa38a81f7de2..3143a0817376538bf811292b3b368a957f0ee4a1 100644 (file)
@@ -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
index a2c32966fd2e22bc72a8a84775bb76da29e6aba1..98e39a6c129a163b666bf8a729ac5f71797848d5 100644 (file)
@@ -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