Don't build ext2 ramdisk for cross compilation

. as mkfs.mfs is now cross compilable, we can remove the ext2 ramdisk
  special case for cross compilation.
This commit is contained in:
Thomas Veerman
2012-06-18 09:29:44 +00:00
parent aab6eb7615
commit 39dfb2bc55
8 changed files with 4 additions and 201 deletions

View File

@@ -767,7 +767,7 @@ _MKVARS.no= \
MKARZERO
#MINIX-specific vars
_MKVARS.no+= \
MKIMAGEONLY MKSMALL MKBUILDEXT2RD USETOOLS
MKIMAGEONLY MKSMALL USETOOLS
.for var in ${_MKVARS.no}
${var}?=no
.endfor