]> Zhao Yanbai Git Server - minix.git/commitdiff
ramdisk: don't do anything at dependall
authorDirk Vogt <dirk@minix3.org>
Tue, 1 May 2012 14:58:59 +0000 (16:58 +0200)
committerThomas Veerman <thomas@minix3.org>
Mon, 18 Jun 2012 10:53:27 +0000 (10:53 +0000)
drivers/ramdisk/Makefile

index ab2b6aa8e26ff7efc4193c2c09f977140f51b6da..0f0a211de18771ba47743bb2b4b88e3b53ddba87 100644 (file)
@@ -31,10 +31,6 @@ CPPFLAGS+= -I${MINIXSRCDIR}/servers -I${MINIXSRCDIR}
 CLEANFILES += $(PROGRAMS) $(SCRIPTS) $(EXTRA) image image.c t proto.gen
 CLEANFILES += $(LIBRARIES) pwd.db spwd.db
 
-install: all
-
-realall: image
-
 image: proto.gen mtab rc $(EXTRA) pwd.db spwd.db passwd
        mkfs.mfs image proto.gen || { rm -f image; false; }
        if fsck.mfs -s image | grep -q CLEAN;   \