]> Zhao Yanbai Git Server - minix.git/commitdiff
isofs: rename source directory to "isofs" 58/2758/4
authorDavid van Moolenbroek <david@minix3.org>
Sun, 24 Aug 2014 11:52:43 +0000 (11:52 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Thu, 18 Sep 2014 13:00:57 +0000 (13:00 +0000)
Change-Id: Ibe630f720b4399e7ebbbd850650036fbaa9cec7b

20 files changed:
minix/fs/Makefile
minix/fs/isofs/Makefile [moved from minix/fs/iso9660fs/Makefile with 100% similarity]
minix/fs/isofs/const.h [moved from minix/fs/iso9660fs/const.h with 100% similarity]
minix/fs/isofs/glo.h [moved from minix/fs/iso9660fs/glo.h with 100% similarity]
minix/fs/isofs/inc.h [moved from minix/fs/iso9660fs/inc.h with 100% similarity]
minix/fs/isofs/inode.c [moved from minix/fs/iso9660fs/inode.c with 100% similarity]
minix/fs/isofs/inode.h [moved from minix/fs/iso9660fs/inode.h with 100% similarity]
minix/fs/isofs/link.c [moved from minix/fs/iso9660fs/link.c with 100% similarity]
minix/fs/isofs/main.c [moved from minix/fs/iso9660fs/main.c with 100% similarity]
minix/fs/isofs/mount.c [moved from minix/fs/iso9660fs/mount.c with 100% similarity]
minix/fs/isofs/path.c [moved from minix/fs/iso9660fs/path.c with 100% similarity]
minix/fs/isofs/proto.h [moved from minix/fs/iso9660fs/proto.h with 100% similarity]
minix/fs/isofs/read.c [moved from minix/fs/iso9660fs/read.c with 100% similarity]
minix/fs/isofs/stadir.c [moved from minix/fs/iso9660fs/stadir.c with 100% similarity]
minix/fs/isofs/super.c [moved from minix/fs/iso9660fs/super.c with 100% similarity]
minix/fs/isofs/super.h [moved from minix/fs/iso9660fs/super.h with 100% similarity]
minix/fs/isofs/susp.c [moved from minix/fs/iso9660fs/susp.c with 100% similarity]
minix/fs/isofs/susp_rock_ridge.c [moved from minix/fs/iso9660fs/susp_rock_ridge.c with 100% similarity]
minix/fs/isofs/table.c [moved from minix/fs/iso9660fs/table.c with 100% similarity]
minix/fs/isofs/utility.c [moved from minix/fs/iso9660fs/utility.c with 100% similarity]

index 0c17c45c16353b661e1653eca6f919e96d3f8e69..5dec62ce8e39c1e437c0a5e78f4781f517e7ec0a 100644 (file)
@@ -5,7 +5,7 @@ SUBDIR+=        pfs
 
 .if ${MKIMAGEONLY} == "no"
 SUBDIR+=       ext2
-SUBDIR+=       iso9660fs
+SUBDIR+=       isofs
 SUBDIR+=       procfs
 
 .  if ${MACHINE_ARCH} == "i386"