mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-27 12:04:43 +08:00
ChangeLog, wordwrap.pl:
Makefile.in: Move include/asm/types.h.in to lib/ext2fs/ext2_fs.h.in. wordwrap.pl: Add some rules which help fix up the dependencies. Many files: Move include/asm/types.h.in to lib/ext2fs/ext2_fs.h.in.
This commit is contained in:
parent
a444dca9a7
commit
797f5ef14e
@ -1,3 +1,10 @@
|
|||||||
|
2001-06-01 Theodore Tso <tytso@valinux.com>
|
||||||
|
|
||||||
|
* wordwrap.pl: Add some rules which help fix up the dependencies.
|
||||||
|
|
||||||
|
* Makefile.in: Move include/asm/types.h.in to
|
||||||
|
lib/ext2fs/ext2_fs.h.in.
|
||||||
|
|
||||||
2001-05-25 Theodore Tso <tytso@valinux.com>
|
2001-05-25 Theodore Tso <tytso@valinux.com>
|
||||||
|
|
||||||
* Release of E2fsprogs 1.20
|
* Release of E2fsprogs 1.20
|
||||||
|
10
Makefile.in
10
Makefile.in
@ -11,7 +11,7 @@ LIB_SUBDIRS=lib/et lib/ss lib/e2p lib/ext2fs lib/uuid # lib/finddev
|
|||||||
PROG_SUBDIRS=e2fsck debugfs misc resize tests/progs
|
PROG_SUBDIRS=e2fsck debugfs misc resize tests/progs
|
||||||
SUBDIRS=util $(LIB_SUBDIRS) $(PROG_SUBDIRS) tests
|
SUBDIRS=util $(LIB_SUBDIRS) $(PROG_SUBDIRS) tests
|
||||||
|
|
||||||
SUBS= include/asm/types.h
|
SUBS= lib/ext2fs/ext2_types.h
|
||||||
|
|
||||||
TAR=tar
|
TAR=tar
|
||||||
|
|
||||||
@ -87,9 +87,9 @@ realclean: realclean-recursive realclean-local
|
|||||||
|
|
||||||
depend:: depend-recursive
|
depend:: depend-recursive
|
||||||
|
|
||||||
include/asm/types.h: $(DEP_SUBSTITUTE) $(srcdir)/include/asm/types.h.in
|
lib/ext2fs/ext2_types.h: $(DEP_SUBSTITUTE) $(srcdir)/lib/ext2fs/ext2_types.h.in
|
||||||
$(SUBSTITUTE) $(srcdir)/include/asm/types.h.in \
|
$(SUBSTITUTE) $(srcdir)/lib/ext2fs/ext2_types.h.in \
|
||||||
> include/asm/types.h
|
> lib/ext2fs/ext2_types.h
|
||||||
|
|
||||||
mostlyclean-local:
|
mostlyclean-local:
|
||||||
$(RM) -f \#* *~ core MAKELOG
|
$(RM) -f \#* *~ core MAKELOG
|
||||||
@ -97,7 +97,7 @@ mostlyclean-local:
|
|||||||
clean-local: mostlyclean-local
|
clean-local: mostlyclean-local
|
||||||
|
|
||||||
distclean-local: clean-local
|
distclean-local: clean-local
|
||||||
$(RM) -f include/asm/types.h $(SUBST_CONF) \
|
$(RM) -f lib/ext2fs/ext2_types.h $(SUBST_CONF) \
|
||||||
config.status config.log config.cache MCONFIG Makefile \
|
config.status config.log config.cache MCONFIG Makefile \
|
||||||
$(srcdir)/TAGS $(srcdir)/Makefile.in.old
|
$(srcdir)/TAGS $(srcdir)/Makefile.in.old
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2001-06-01 Theodore Tso <tytso@valinux.com>
|
2001-06-01 Theodore Tso <tytso@valinux.com>
|
||||||
|
|
||||||
|
* Makefile.in: Move include/asm/types.h.in to
|
||||||
|
lib/ext2fs/ext2_fs.h.in.
|
||||||
|
|
||||||
* debugfs.c, debugfs.h, logdump.c: Fix various gcc -Wall nitpicks.
|
* debugfs.c, debugfs.h, logdump.c: Fix various gcc -Wall nitpicks.
|
||||||
|
|
||||||
* logdump.c (read_journal_block): Replace pread with lseek/read
|
* logdump.c (read_journal_block): Replace pread with lseek/read
|
||||||
|
@ -79,41 +79,48 @@ debug_cmds.o: debug_cmds.c $(top_srcdir)/lib/ss/ss.h \
|
|||||||
debugfs.o: $(srcdir)/debugfs.c $(top_srcdir)/lib/et/com_err.h \
|
debugfs.o: $(srcdir)/debugfs.c $(top_srcdir)/lib/et/com_err.h \
|
||||||
$(top_srcdir)/lib/ss/ss.h $(top_builddir)/lib/ss/ss_err.h \
|
$(top_srcdir)/lib/ss/ss.h $(top_builddir)/lib/ss/ss_err.h \
|
||||||
$(srcdir)/debugfs.h $(top_srcdir)/lib/ext2fs/ext2_fs.h \
|
$(srcdir)/debugfs.h $(top_srcdir)/lib/ext2fs/ext2_fs.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h \
|
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
||||||
$(top_srcdir)/lib/uuid/uuid.h $(top_srcdir)/lib/e2p/e2p.h \
|
$(top_srcdir)/lib/ext2fs/bitops.h $(top_srcdir)/lib/uuid/uuid.h \
|
||||||
$(top_srcdir)/version.h
|
$(top_srcdir)/lib/e2p/e2p.h $(top_srcdir)/version.h
|
||||||
util.o: $(srcdir)/util.c $(srcdir)/debugfs.h \
|
util.o: $(srcdir)/util.c $(srcdir)/debugfs.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h
|
|
||||||
ls.o: $(srcdir)/ls.c $(srcdir)/debugfs.h $(top_srcdir)/lib/ext2fs/ext2_fs.h \
|
|
||||||
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
|
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
||||||
$(top_srcdir)/lib/ext2fs/bitops.h
|
$(top_srcdir)/lib/ext2fs/bitops.h
|
||||||
|
ls.o: $(srcdir)/ls.c $(srcdir)/debugfs.h $(top_srcdir)/lib/ext2fs/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
||||||
|
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h
|
||||||
ncheck.o: $(srcdir)/ncheck.c $(srcdir)/debugfs.h \
|
ncheck.o: $(srcdir)/ncheck.c $(srcdir)/debugfs.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h
|
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
||||||
|
$(top_srcdir)/lib/ext2fs/bitops.h
|
||||||
icheck.o: $(srcdir)/icheck.c $(srcdir)/debugfs.h \
|
icheck.o: $(srcdir)/icheck.c $(srcdir)/debugfs.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h
|
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
||||||
|
$(top_srcdir)/lib/ext2fs/bitops.h
|
||||||
lsdel.o: $(srcdir)/lsdel.c $(srcdir)/debugfs.h \
|
lsdel.o: $(srcdir)/lsdel.c $(srcdir)/debugfs.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h
|
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
||||||
|
$(top_srcdir)/lib/ext2fs/bitops.h
|
||||||
dump.o: $(srcdir)/dump.c $(srcdir)/debugfs.h \
|
dump.o: $(srcdir)/dump.c $(srcdir)/debugfs.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h
|
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
||||||
|
$(top_srcdir)/lib/ext2fs/bitops.h
|
||||||
setsuper.o: $(srcdir)/setsuper.c $(srcdir)/debugfs.h \
|
setsuper.o: $(srcdir)/setsuper.c $(srcdir)/debugfs.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h
|
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
||||||
|
$(top_srcdir)/lib/ext2fs/bitops.h
|
||||||
logdump.o: $(srcdir)/logdump.c $(srcdir)/debugfs.h \
|
logdump.o: $(srcdir)/logdump.c $(srcdir)/debugfs.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h \
|
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
||||||
$(srcdir)/jfs_user.h $(top_srcdir)/include/linux/jfs.h \
|
$(top_srcdir)/lib/ext2fs/bitops.h $(srcdir)/jfs_user.h \
|
||||||
$(top_srcdir)/include/linux/jfs_compat.h $(top_srcdir)/include/linux/list.h
|
$(top_srcdir)/include/linux/jfs.h $(top_srcdir)/include/linux/jfs_compat.h \
|
||||||
|
$(top_srcdir)/include/linux/list.h
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2001-06-01 Theodore Tso <tytso@valinux.com>
|
||||||
|
|
||||||
|
* Makefile.in: Move include/asm/types.h.in to
|
||||||
|
lib/ext2fs/ext2_fs.h.in.
|
||||||
|
|
||||||
2001-06-01 Theodore Tso <tytso@valinux.com>
|
2001-06-01 Theodore Tso <tytso@valinux.com>
|
||||||
|
|
||||||
* pass1.c (pass1_get_blocks, pass1_read_inode, pass1_write_inode,
|
* pass1.c (pass1_get_blocks, pass1_read_inode, pass1_write_inode,
|
||||||
|
@ -161,86 +161,91 @@ distclean: clean
|
|||||||
# the Makefile.in file
|
# the Makefile.in file
|
||||||
#
|
#
|
||||||
e2fsck.o: $(srcdir)/e2fsck.c $(srcdir)/e2fsck.h \
|
e2fsck.o: $(srcdir)/e2fsck.c $(srcdir)/e2fsck.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h \
|
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
||||||
$(srcdir)/problem.h
|
$(top_srcdir)/lib/ext2fs/bitops.h $(srcdir)/problem.h
|
||||||
super.o: $(srcdir)/super.c $(top_srcdir)/lib/uuid/uuid.h $(srcdir)/e2fsck.h \
|
super.o: $(srcdir)/super.c $(top_srcdir)/lib/uuid/uuid.h $(srcdir)/e2fsck.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h \
|
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
||||||
$(srcdir)/problem.h
|
$(top_srcdir)/lib/ext2fs/bitops.h $(srcdir)/problem.h
|
||||||
pass1.o: $(srcdir)/pass1.c $(srcdir)/e2fsck.h \
|
pass1.o: $(srcdir)/pass1.c $(srcdir)/e2fsck.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h \
|
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
||||||
$(srcdir)/problem.h
|
$(top_srcdir)/lib/ext2fs/bitops.h $(srcdir)/problem.h
|
||||||
pass1b.o: $(srcdir)/pass1b.c $(top_srcdir)/lib/et/com_err.h \
|
pass1b.o: $(srcdir)/pass1b.c $(top_srcdir)/lib/et/com_err.h \
|
||||||
$(srcdir)/e2fsck.h $(top_srcdir)/lib/ext2fs/ext2_fs.h \
|
$(srcdir)/e2fsck.h $(top_srcdir)/lib/ext2fs/ext2_fs.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h \
|
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
||||||
$(srcdir)/problem.h
|
$(top_srcdir)/lib/ext2fs/bitops.h $(srcdir)/problem.h
|
||||||
pass2.o: $(srcdir)/pass2.c $(srcdir)/e2fsck.h \
|
pass2.o: $(srcdir)/pass2.c $(srcdir)/e2fsck.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h \
|
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
||||||
$(srcdir)/problem.h
|
$(top_srcdir)/lib/ext2fs/bitops.h $(srcdir)/problem.h
|
||||||
pass3.o: $(srcdir)/pass3.c $(srcdir)/e2fsck.h \
|
pass3.o: $(srcdir)/pass3.c $(srcdir)/e2fsck.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h \
|
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
||||||
$(srcdir)/problem.h
|
$(top_srcdir)/lib/ext2fs/bitops.h $(srcdir)/problem.h
|
||||||
pass4.o: $(srcdir)/pass4.c $(srcdir)/e2fsck.h \
|
pass4.o: $(srcdir)/pass4.c $(srcdir)/e2fsck.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h \
|
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
||||||
$(srcdir)/problem.h
|
$(top_srcdir)/lib/ext2fs/bitops.h $(srcdir)/problem.h
|
||||||
pass5.o: $(srcdir)/pass5.c $(srcdir)/e2fsck.h \
|
pass5.o: $(srcdir)/pass5.c $(srcdir)/e2fsck.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h \
|
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
||||||
$(srcdir)/problem.h
|
$(top_srcdir)/lib/ext2fs/bitops.h $(srcdir)/problem.h
|
||||||
journal.o: $(srcdir)/journal.c $(srcdir)/jfs_user.h $(srcdir)/e2fsck.h \
|
journal.o: $(srcdir)/journal.c $(srcdir)/jfs_user.h $(srcdir)/e2fsck.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h \
|
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
||||||
$(top_srcdir)/include/linux/jfs.h $(top_srcdir)/include/linux/jfs_compat.h \
|
$(top_srcdir)/lib/ext2fs/bitops.h $(top_srcdir)/include/linux/jfs.h \
|
||||||
$(top_srcdir)/include/linux/list.h $(srcdir)/problem.h \
|
$(top_srcdir)/include/linux/jfs_compat.h $(top_srcdir)/include/linux/list.h \
|
||||||
$(top_srcdir)/lib/uuid/uuid.h
|
$(srcdir)/problem.h $(top_srcdir)/lib/uuid/uuid.h
|
||||||
recovery.o: $(srcdir)/recovery.c $(srcdir)/jfs_user.h $(srcdir)/e2fsck.h \
|
recovery.o: $(srcdir)/recovery.c $(srcdir)/jfs_user.h $(srcdir)/e2fsck.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h \
|
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
||||||
$(top_srcdir)/include/linux/jfs.h $(top_srcdir)/include/linux/jfs_compat.h \
|
$(top_srcdir)/lib/ext2fs/bitops.h $(top_srcdir)/include/linux/jfs.h \
|
||||||
$(top_srcdir)/include/linux/list.h
|
$(top_srcdir)/include/linux/jfs_compat.h $(top_srcdir)/include/linux/list.h
|
||||||
revoke.o: $(srcdir)/revoke.c $(srcdir)/jfs_user.h $(srcdir)/e2fsck.h \
|
revoke.o: $(srcdir)/revoke.c $(srcdir)/jfs_user.h $(srcdir)/e2fsck.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h \
|
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
||||||
$(top_srcdir)/include/linux/jfs.h $(top_srcdir)/include/linux/jfs_compat.h \
|
$(top_srcdir)/lib/ext2fs/bitops.h $(top_srcdir)/include/linux/jfs.h \
|
||||||
$(top_srcdir)/include/linux/list.h
|
$(top_srcdir)/include/linux/jfs_compat.h $(top_srcdir)/include/linux/list.h
|
||||||
badblocks.o: $(srcdir)/badblocks.c $(top_srcdir)/lib/et/com_err.h \
|
badblocks.o: $(srcdir)/badblocks.c $(top_srcdir)/lib/et/com_err.h \
|
||||||
$(srcdir)/e2fsck.h $(top_srcdir)/lib/ext2fs/ext2_fs.h \
|
$(srcdir)/e2fsck.h $(top_srcdir)/lib/ext2fs/ext2_fs.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h
|
|
||||||
util.o: $(srcdir)/util.c $(srcdir)/e2fsck.h \
|
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
|
||||||
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h
|
|
||||||
unix.o: $(srcdir)/unix.c $(top_srcdir)/lib/et/com_err.h $(srcdir)/e2fsck.h \
|
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
||||||
$(top_srcdir)/lib/ext2fs/bitops.h $(srcdir)/problem.h $(top_srcdir)/version.h
|
$(top_srcdir)/lib/ext2fs/bitops.h
|
||||||
dirinfo.o: $(srcdir)/dirinfo.c $(srcdir)/e2fsck.h \
|
util.o: $(srcdir)/util.c $(srcdir)/e2fsck.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h
|
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
||||||
ehandler.o: $(srcdir)/ehandler.c $(srcdir)/e2fsck.h \
|
$(top_srcdir)/lib/ext2fs/bitops.h
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
unix.o: $(srcdir)/unix.c $(top_srcdir)/lib/et/com_err.h $(srcdir)/e2fsck.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h
|
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
||||||
problem.o: $(srcdir)/problem.c $(srcdir)/e2fsck.h \
|
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
|
||||||
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h \
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h \
|
||||||
$(srcdir)/problem.h $(srcdir)/problemP.h
|
$(srcdir)/problem.h $(top_srcdir)/version.h
|
||||||
|
dirinfo.o: $(srcdir)/dirinfo.c $(srcdir)/e2fsck.h \
|
||||||
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
|
||||||
|
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
|
||||||
|
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
||||||
|
$(top_srcdir)/lib/ext2fs/bitops.h
|
||||||
|
ehandler.o: $(srcdir)/ehandler.c $(srcdir)/e2fsck.h \
|
||||||
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
|
||||||
|
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
|
||||||
|
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
||||||
|
$(top_srcdir)/lib/ext2fs/bitops.h
|
||||||
|
problem.o: $(srcdir)/problem.c $(srcdir)/e2fsck.h \
|
||||||
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
|
||||||
|
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
|
||||||
|
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
||||||
|
$(top_srcdir)/lib/ext2fs/bitops.h $(srcdir)/problem.h $(srcdir)/problemP.h
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2001-06-01 Theodore Tso <tytso@valinux.com>
|
||||||
|
|
||||||
|
* Makefile.in, uuid.c: Move include/asm/types.h.in to
|
||||||
|
lib/ext2fs/ext2_fs.h.in.
|
||||||
|
|
||||||
2001-05-25 Theodore Tso <tytso@valinux.com>
|
2001-05-25 Theodore Tso <tytso@valinux.com>
|
||||||
|
|
||||||
* Release of E2fsprogs 1.20
|
* Release of E2fsprogs 1.20
|
||||||
|
@ -100,26 +100,32 @@ distclean:: clean
|
|||||||
# the Makefile.in file
|
# the Makefile.in file
|
||||||
#
|
#
|
||||||
feature.o: $(srcdir)/feature.c $(srcdir)/e2p.h \
|
feature.o: $(srcdir)/feature.c $(srcdir)/e2p.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h
|
||||||
fgetflags.o: $(srcdir)/fgetflags.c $(srcdir)/e2p.h \
|
fgetflags.o: $(srcdir)/fgetflags.c $(srcdir)/e2p.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h
|
||||||
fsetflags.o: $(srcdir)/fsetflags.c $(srcdir)/e2p.h \
|
fsetflags.o: $(srcdir)/fsetflags.c $(srcdir)/e2p.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h
|
||||||
fgetversion.o: $(srcdir)/fgetversion.c $(srcdir)/e2p.h \
|
fgetversion.o: $(srcdir)/fgetversion.c $(srcdir)/e2p.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h
|
||||||
fsetversion.o: $(srcdir)/fsetversion.c $(srcdir)/e2p.h \
|
fsetversion.o: $(srcdir)/fsetversion.c $(srcdir)/e2p.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h
|
||||||
getflags.o: $(srcdir)/getflags.c $(srcdir)/e2p.h \
|
getflags.o: $(srcdir)/getflags.c $(srcdir)/e2p.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h
|
||||||
getversion.o: $(srcdir)/getversion.c $(srcdir)/e2p.h \
|
getversion.o: $(srcdir)/getversion.c $(srcdir)/e2p.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h
|
||||||
iod.o: $(srcdir)/iod.c $(srcdir)/e2p.h $(top_srcdir)/lib/ext2fs/ext2_fs.h
|
iod.o: $(srcdir)/iod.c $(srcdir)/e2p.h $(top_srcdir)/lib/ext2fs/ext2_fs.h \
|
||||||
ls.o: $(srcdir)/ls.c $(srcdir)/e2p.h $(top_srcdir)/lib/ext2fs/ext2_fs.h
|
$(top_builddir)/lib/ext2fs/ext2_types.h
|
||||||
pe.o: $(srcdir)/pe.c $(srcdir)/e2p.h $(top_srcdir)/lib/ext2fs/ext2_fs.h
|
ls.o: $(srcdir)/ls.c $(srcdir)/e2p.h $(top_srcdir)/lib/ext2fs/ext2_fs.h \
|
||||||
pf.o: $(srcdir)/pf.c $(srcdir)/e2p.h $(top_srcdir)/lib/ext2fs/ext2_fs.h
|
$(top_builddir)/lib/ext2fs/ext2_types.h
|
||||||
ps.o: $(srcdir)/ps.c $(srcdir)/e2p.h $(top_srcdir)/lib/ext2fs/ext2_fs.h
|
pe.o: $(srcdir)/pe.c $(srcdir)/e2p.h $(top_srcdir)/lib/ext2fs/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h
|
||||||
|
pf.o: $(srcdir)/pf.c $(srcdir)/e2p.h $(top_srcdir)/lib/ext2fs/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h
|
||||||
|
ps.o: $(srcdir)/ps.c $(srcdir)/e2p.h $(top_srcdir)/lib/ext2fs/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h
|
||||||
setflags.o: $(srcdir)/setflags.c $(srcdir)/e2p.h \
|
setflags.o: $(srcdir)/setflags.c $(srcdir)/e2p.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h
|
||||||
setversion.o: $(srcdir)/setversion.c $(srcdir)/e2p.h \
|
setversion.o: $(srcdir)/setversion.c $(srcdir)/e2p.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h
|
||||||
uuid.o: $(srcdir)/uuid.c $(srcdir)/e2p.h $(top_srcdir)/lib/ext2fs/ext2_fs.h
|
uuid.o: $(srcdir)/uuid.c $(top_builddir)/lib/ext2fs/ext2_types.h \
|
||||||
|
$(srcdir)/e2p.h $(top_srcdir)/lib/ext2fs/ext2_fs.h
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <asm/types.h>
|
#include <ext2fs/ext2_types.h>
|
||||||
|
|
||||||
#include "e2p.h"
|
#include "e2p.h"
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2001-06-01 Theodore Tso <tytso@valinux.com>
|
||||||
|
|
||||||
|
* Makefile.in, dosio.c, ext2_fs.h, ext2_types.h.in, ext2fs.h:
|
||||||
|
Move include/asm/types.h.in to lib/ext2fs/ext2_fs.h.in.
|
||||||
|
|
||||||
2001-05-25 Theodore Tso <tytso@valinux.com>
|
2001-05-25 Theodore Tso <tytso@valinux.com>
|
||||||
|
|
||||||
* Release of E2fsprogs 1.20
|
* Release of E2fsprogs 1.20
|
||||||
|
@ -231,156 +231,204 @@ $(top_builddir)/lib/ext2fs/ext2_err.h: ext2_err.h
|
|||||||
# the Makefile.in file
|
# the Makefile.in file
|
||||||
#
|
#
|
||||||
ext2_err.o: ext2_err.c
|
ext2_err.o: ext2_err.c
|
||||||
alloc.o: $(srcdir)/alloc.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
alloc.o: $(srcdir)/alloc.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
alloc_tables.o: $(srcdir)/alloc_tables.c $(srcdir)/ext2_fs.h \
|
alloc_tables.o: $(srcdir)/alloc_tables.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
|
badblocks.o: $(srcdir)/badblocks.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
|
||||||
$(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
badblocks.o: $(srcdir)/badblocks.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fsP.h \
|
bb_compat.o: $(srcdir)/bb_compat.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
|
||||||
$(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
bb_compat.o: $(srcdir)/bb_compat.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fsP.h \
|
bb_inode.o: $(srcdir)/bb_inode.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
|
bitmaps.o: $(srcdir)/bitmaps.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
|
bitops.o: $(srcdir)/bitops.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
|
block.o: $(srcdir)/block.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
|
bmap.o: $(srcdir)/bmap.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
|
check_desc.o: $(srcdir)/check_desc.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
|
closefs.o: $(srcdir)/closefs.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
|
||||||
$(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
bb_inode.o: $(srcdir)/bb_inode.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
cmp_bitmaps.o: $(srcdir)/cmp_bitmaps.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
bitmaps.o: $(srcdir)/bitmaps.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
dblist.o: $(srcdir)/dblist.c $(srcdir)/ext2_fs.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
|
||||||
bitops.o: $(srcdir)/bitops.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
|
||||||
block.o: $(srcdir)/block.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
|
||||||
bmap.o: $(srcdir)/bmap.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
|
||||||
check_desc.o: $(srcdir)/check_desc.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
|
||||||
closefs.o: $(srcdir)/closefs.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fsP.h \
|
|
||||||
$(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
cmp_bitmaps.o: $(srcdir)/cmp_bitmaps.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
dblist_dir.o: $(srcdir)/dblist_dir.c $(srcdir)/ext2_fs.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
|
||||||
dblist.o: $(srcdir)/dblist.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fsP.h \
|
|
||||||
$(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
dblist_dir.o: $(srcdir)/dblist_dir.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fsP.h \
|
dirblock.o: $(srcdir)/dirblock.c $(srcdir)/ext2_fs.h \
|
||||||
$(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
|
||||||
dirblock.o: $(srcdir)/dirblock.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
dir_iterate.o: $(srcdir)/dir_iterate.c $(srcdir)/ext2_fs.h \
|
dir_iterate.o: $(srcdir)/dir_iterate.c $(srcdir)/ext2_fs.h \
|
||||||
$(srcdir)/ext2fsP.h $(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
|
||||||
$(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
|
||||||
dupfs.o: $(srcdir)/dupfs.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fsP.h \
|
|
||||||
$(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
expanddir.o: $(srcdir)/expanddir.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
dupfs.o: $(srcdir)/dupfs.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
|
||||||
|
$(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
|
expanddir.o: $(srcdir)/expanddir.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
fileio.o: $(srcdir)/fileio.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
fileio.o: $(srcdir)/fileio.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
finddev.o: $(srcdir)/finddev.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
finddev.o: $(srcdir)/finddev.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
flushb.o: $(srcdir)/flushb.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
flushb.o: $(srcdir)/flushb.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
freefs.o: $(srcdir)/freefs.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fsP.h \
|
freefs.o: $(srcdir)/freefs.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
|
||||||
$(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
get_pathname.o: $(srcdir)/get_pathname.c $(srcdir)/ext2_fs.h \
|
get_pathname.o: $(srcdir)/get_pathname.c $(srcdir)/ext2_fs.h \
|
||||||
$(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
|
||||||
getsize.o: $(srcdir)/getsize.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
icount.o: $(srcdir)/icount.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
getsize.o: $(srcdir)/getsize.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
imager.o: $(srcdir)/imager.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
icount.o: $(srcdir)/icount.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
initialize.o: $(srcdir)/initialize.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
imager.o: $(srcdir)/imager.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
inline.o: $(srcdir)/inline.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
initialize.o: $(srcdir)/initialize.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
inode.o: $(srcdir)/inode.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fsP.h \
|
inline.o: $(srcdir)/inline.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
|
inode.o: $(srcdir)/inode.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
|
||||||
$(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h $(srcdir)/e2image.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h $(srcdir)/e2image.h
|
||||||
ismounted.o: $(srcdir)/ismounted.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
ismounted.o: $(srcdir)/ismounted.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
link.o: $(srcdir)/link.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
link.o: $(srcdir)/link.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
llseek.o: $(srcdir)/llseek.c $(top_srcdir)/lib/et/com_err.h \
|
llseek.o: $(srcdir)/llseek.c $(top_srcdir)/lib/et/com_err.h \
|
||||||
$(srcdir)/ext2_io.h
|
$(srcdir)/ext2_io.h
|
||||||
lookup.o: $(srcdir)/lookup.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
lookup.o: $(srcdir)/lookup.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
mkdir.o: $(srcdir)/mkdir.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
mkdir.o: $(srcdir)/mkdir.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
mkjournal.o: $(srcdir)/mkjournal.c $(srcdir)/ext2_fs.h \
|
mkjournal.o: $(srcdir)/mkjournal.c $(srcdir)/ext2_fs.h \
|
||||||
$(top_srcdir)/lib/e2p/e2p.h $(srcdir)/ext2fs.h \
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(top_srcdir)/lib/e2p/e2p.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h \
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h \
|
||||||
$(srcdir)/jfs_user.h $(top_srcdir)/include/linux/jfs.h \
|
$(srcdir)/jfs_user.h $(top_srcdir)/include/linux/jfs.h \
|
||||||
$(top_srcdir)/include/linux/jfs_compat.h $(top_srcdir)/include/linux/list.h
|
$(top_srcdir)/include/linux/jfs_compat.h $(top_srcdir)/include/linux/list.h
|
||||||
namei.o: $(srcdir)/namei.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
namei.o: $(srcdir)/namei.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
native.o: $(srcdir)/native.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
native.o: $(srcdir)/native.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
newdir.o: $(srcdir)/newdir.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
newdir.o: $(srcdir)/newdir.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
openfs.o: $(srcdir)/openfs.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
openfs.o: $(srcdir)/openfs.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h $(srcdir)/e2image.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h $(srcdir)/e2image.h
|
||||||
read_bb.o: $(srcdir)/read_bb.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
read_bb.o: $(srcdir)/read_bb.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
read_bb_file.o: $(srcdir)/read_bb_file.c $(srcdir)/ext2_fs.h \
|
read_bb_file.o: $(srcdir)/read_bb_file.c $(srcdir)/ext2_fs.h \
|
||||||
$(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
|
||||||
rs_bitmap.o: $(srcdir)/rs_bitmap.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
rw_bitmaps.o: $(srcdir)/rw_bitmaps.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
rs_bitmap.o: $(srcdir)/rs_bitmap.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
|
rw_bitmaps.o: $(srcdir)/rw_bitmaps.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h $(srcdir)/e2image.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h $(srcdir)/e2image.h
|
||||||
swapfs.o: $(srcdir)/swapfs.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
swapfs.o: $(srcdir)/swapfs.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
test_io.o: $(srcdir)/test_io.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
test_io.o: $(srcdir)/test_io.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
unix_io.o: $(srcdir)/unix_io.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
unix_io.o: $(srcdir)/unix_io.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
unlink.o: $(srcdir)/unlink.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
unlink.o: $(srcdir)/unlink.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
valid_blk.o: $(srcdir)/valid_blk.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
valid_blk.o: $(srcdir)/valid_blk.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
version.o: $(srcdir)/version.c $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h \
|
version.o: $(srcdir)/version.c $(srcdir)/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h \
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h \
|
||||||
$(top_srcdir)/version.h
|
$(top_srcdir)/version.h
|
||||||
write_bb_file.o: $(srcdir)/write_bb_file.c $(srcdir)/ext2_fs.h \
|
write_bb_file.o: $(srcdir)/write_bb_file.c $(srcdir)/ext2_fs.h \
|
||||||
$(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||||
|
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <asm/types.h>
|
#include <ext2fs/ext2_types.h>
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
#include "dosio.h"
|
#include "dosio.h"
|
||||||
#include "et/com_err.h"
|
#include "et/com_err.h"
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#ifndef _LINUX_EXT2_FS_H
|
#ifndef _LINUX_EXT2_FS_H
|
||||||
#define _LINUX_EXT2_FS_H
|
#define _LINUX_EXT2_FS_H
|
||||||
|
|
||||||
#include <asm/types.h> /* Changed from linux/types.h */
|
#include <ext2fs/ext2_types.h> /* Changed from linux/types.h */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The second extended filesystem constants/structures
|
* The second extended filesystem constants/structures
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef _ASM_TYPES_H
|
#ifndef _EXT2_TYPES_H
|
||||||
#define _ASM_TYPES_H
|
#define _EXT2_TYPES_H
|
||||||
|
|
||||||
typedef unsigned char __u8;
|
typedef unsigned char __u8;
|
||||||
typedef signed char __s8;
|
typedef signed char __s8;
|
||||||
@ -42,4 +42,4 @@ typedef unsigned short __u32;
|
|||||||
?== error: undefined 32 bit type
|
?== error: undefined 32 bit type
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* LINUX_TYPES_H */
|
#endif /* EXT2_TYPES_H */
|
@ -48,17 +48,7 @@ extern "C" {
|
|||||||
#if EXT2_FLAT_INCLUDES
|
#if EXT2_FLAT_INCLUDES
|
||||||
#include "e2_types.h"
|
#include "e2_types.h"
|
||||||
#else
|
#else
|
||||||
#include <asm/types.h>
|
#include <ext2fs/ext2_types.h>
|
||||||
#if !defined(__GNUC__) || defined(__STRICT_ANSI__) /* asm/types.h already defines __s64 and __u64 otherwise */
|
|
||||||
#if SIZEOF_LONG == 8
|
|
||||||
typedef __signed__ long __s64;
|
|
||||||
typedef unsigned long __u64;
|
|
||||||
#elif SIZEOF_LONG_LONG == 8 || \
|
|
||||||
defined(__GNUC__) && (((~0UL) == 0xffffffff) || defined(__i386__))
|
|
||||||
typedef __signed__ long long __s64;
|
|
||||||
typedef unsigned long long __u64;
|
|
||||||
#endif /* SIZEOF_LONG == 8 */
|
|
||||||
#endif
|
|
||||||
#endif /* EXT2_FLAT_INCLUDES */
|
#endif /* EXT2_FLAT_INCLUDES */
|
||||||
|
|
||||||
typedef __u32 ext2_ino_t;
|
typedef __u32 ext2_ino_t;
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2001-06-01 Theodore Tso <tytso@valinux.com>
|
||||||
|
|
||||||
|
* Makefile.in: Move include/asm/types.h.in to
|
||||||
|
lib/ext2fs/ext2_fs.h.in.
|
||||||
|
|
||||||
2001-05-25 Theodore Tso <tytso@valinux.com>
|
2001-05-25 Theodore Tso <tytso@valinux.com>
|
||||||
|
|
||||||
* Release of E2fsprogs 1.20
|
* Release of E2fsprogs 1.20
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2001-06-01 Theodore Tso <tytso@valinux.com>
|
||||||
|
|
||||||
|
* Makefile.in, uuidP.h: Move include/asm/types.h.in to
|
||||||
|
lib/ext2fs/ext2_fs.h.in.
|
||||||
|
|
||||||
2001-06-01 Theodore Tso <tytso@valinux.com>
|
2001-06-01 Theodore Tso <tytso@valinux.com>
|
||||||
|
|
||||||
* unpack.c, unparse.c, uuid_time.c: Update files to be under the
|
* unpack.c, unparse.c, uuid_time.c: Update files to be under the
|
||||||
|
@ -163,13 +163,23 @@ distclean:: clean
|
|||||||
# Makefile dependencies follow. This must be the last section in
|
# Makefile dependencies follow. This must be the last section in
|
||||||
# the Makefile.in file
|
# the Makefile.in file
|
||||||
#
|
#
|
||||||
clear.o: $(srcdir)/clear.c $(srcdir)/uuidP.h $(srcdir)/uuid.h
|
clear.o: $(srcdir)/clear.c $(srcdir)/uuidP.h \
|
||||||
compare.o: $(srcdir)/compare.c $(srcdir)/uuidP.h $(srcdir)/uuid.h
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/uuid.h
|
||||||
copy.o: $(srcdir)/copy.c $(srcdir)/uuidP.h $(srcdir)/uuid.h
|
compare.o: $(srcdir)/compare.c $(srcdir)/uuidP.h \
|
||||||
gen_uuid.o: $(srcdir)/gen_uuid.c $(srcdir)/uuidP.h $(srcdir)/uuid.h
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/uuid.h
|
||||||
isnull.o: $(srcdir)/isnull.c $(srcdir)/uuidP.h $(srcdir)/uuid.h
|
copy.o: $(srcdir)/copy.c $(srcdir)/uuidP.h \
|
||||||
pack.o: $(srcdir)/pack.c $(srcdir)/uuidP.h $(srcdir)/uuid.h
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/uuid.h
|
||||||
parse.o: $(srcdir)/parse.c $(srcdir)/uuidP.h $(srcdir)/uuid.h
|
gen_uuid.o: $(srcdir)/gen_uuid.c $(srcdir)/uuidP.h \
|
||||||
unpack.o: $(srcdir)/unpack.c $(srcdir)/uuidP.h $(srcdir)/uuid.h
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/uuid.h
|
||||||
unparse.o: $(srcdir)/unparse.c $(srcdir)/uuidP.h $(srcdir)/uuid.h
|
isnull.o: $(srcdir)/isnull.c $(srcdir)/uuidP.h \
|
||||||
uuid_time.o: $(srcdir)/uuid_time.c $(srcdir)/uuidP.h $(srcdir)/uuid.h
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/uuid.h
|
||||||
|
pack.o: $(srcdir)/pack.c $(srcdir)/uuidP.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/uuid.h
|
||||||
|
parse.o: $(srcdir)/parse.c $(srcdir)/uuidP.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/uuid.h
|
||||||
|
unpack.o: $(srcdir)/unpack.c $(srcdir)/uuidP.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/uuid.h
|
||||||
|
unparse.o: $(srcdir)/unparse.c $(srcdir)/uuidP.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/uuid.h
|
||||||
|
uuid_time.o: $(srcdir)/uuid_time.c $(srcdir)/uuidP.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/uuid.h
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <asm/types.h>
|
#include <ext2fs/ext2_types.h>
|
||||||
|
|
||||||
#include "uuid.h"
|
#include "uuid.h"
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2001-06-01 Theodore Tso <tytso@valinux.com>
|
||||||
|
|
||||||
|
* Makefile.in: Move include/asm/types.h.in to
|
||||||
|
lib/ext2fs/ext2_fs.h.in.
|
||||||
|
|
||||||
2001-05-25 Theodore Tso <tytso@valinux.com>
|
2001-05-25 Theodore Tso <tytso@valinux.com>
|
||||||
|
|
||||||
* Release of E2fsprogs 1.20
|
* Release of E2fsprogs 1.20
|
||||||
|
@ -191,44 +191,47 @@ distclean: clean
|
|||||||
# the Makefile.in file
|
# the Makefile.in file
|
||||||
#
|
#
|
||||||
tune2fs.o: $(srcdir)/tune2fs.c $(top_srcdir)/lib/ext2fs/ext2_fs.h \
|
tune2fs.o: $(srcdir)/tune2fs.c $(top_srcdir)/lib/ext2fs/ext2_fs.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
||||||
$(top_srcdir)/lib/ext2fs/bitops.h $(top_srcdir)/lib/uuid/uuid.h \
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h \
|
||||||
$(top_srcdir)/lib/e2p/e2p.h $(srcdir)/jfs_user.h \
|
$(top_srcdir)/lib/uuid/uuid.h $(top_srcdir)/lib/e2p/e2p.h \
|
||||||
$(top_srcdir)/include/linux/jfs.h $(top_srcdir)/include/linux/jfs_compat.h \
|
|
||||||
$(top_srcdir)/include/linux/list.h $(srcdir)/util.h $(top_srcdir)/version.h \
|
|
||||||
$(srcdir)/nls-enable.h
|
|
||||||
mklost+found.o: $(srcdir)/mklost+found.c $(top_srcdir)/lib/ext2fs/ext2_fs.h \
|
|
||||||
$(top_srcdir)/version.h $(srcdir)/nls-enable.h
|
|
||||||
mke2fs.o: $(srcdir)/mke2fs.c $(top_srcdir)/lib/ext2fs/ext2_fs.h \
|
|
||||||
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/uuid/uuid.h \
|
|
||||||
$(top_srcdir)/lib/e2p/e2p.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
|
||||||
$(top_srcdir)/lib/ext2fs/bitops.h $(srcdir)/util.h $(top_srcdir)/version.h \
|
|
||||||
$(srcdir)/nls-enable.h
|
|
||||||
chattr.o: $(srcdir)/chattr.c $(top_srcdir)/lib/ext2fs/ext2_fs.h \
|
|
||||||
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/e2p/e2p.h \
|
|
||||||
$(top_srcdir)/version.h $(srcdir)/nls-enable.h
|
|
||||||
lsattr.o: $(srcdir)/lsattr.c $(top_srcdir)/lib/ext2fs/ext2_fs.h \
|
|
||||||
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/e2p/e2p.h \
|
|
||||||
$(top_srcdir)/version.h $(srcdir)/nls-enable.h
|
|
||||||
dumpe2fs.o: $(srcdir)/dumpe2fs.c $(top_srcdir)/lib/ext2fs/ext2_fs.h \
|
|
||||||
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
|
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
|
||||||
$(top_srcdir)/lib/ext2fs/bitops.h $(top_srcdir)/lib/e2p/e2p.h \
|
|
||||||
$(srcdir)/jfs_user.h $(top_srcdir)/include/linux/jfs.h \
|
$(srcdir)/jfs_user.h $(top_srcdir)/include/linux/jfs.h \
|
||||||
$(top_srcdir)/include/linux/jfs_compat.h $(top_srcdir)/include/linux/list.h \
|
$(top_srcdir)/include/linux/jfs_compat.h $(top_srcdir)/include/linux/list.h \
|
||||||
$(top_srcdir)/version.h $(srcdir)/nls-enable.h
|
$(srcdir)/util.h $(top_srcdir)/version.h $(srcdir)/nls-enable.h
|
||||||
|
mklost+found.o: $(srcdir)/mklost+found.c $(top_srcdir)/lib/ext2fs/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(top_srcdir)/version.h \
|
||||||
|
$(srcdir)/nls-enable.h
|
||||||
|
mke2fs.o: $(srcdir)/mke2fs.c $(top_srcdir)/lib/ext2fs/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(top_srcdir)/lib/et/com_err.h \
|
||||||
|
$(top_srcdir)/lib/uuid/uuid.h $(top_srcdir)/lib/e2p/e2p.h \
|
||||||
|
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h \
|
||||||
|
$(srcdir)/util.h $(top_srcdir)/version.h $(srcdir)/nls-enable.h
|
||||||
|
chattr.o: $(srcdir)/chattr.c $(top_srcdir)/lib/ext2fs/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(top_srcdir)/lib/et/com_err.h \
|
||||||
|
$(top_srcdir)/lib/e2p/e2p.h $(top_srcdir)/version.h $(srcdir)/nls-enable.h
|
||||||
|
lsattr.o: $(srcdir)/lsattr.c $(top_srcdir)/lib/ext2fs/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(top_srcdir)/lib/et/com_err.h \
|
||||||
|
$(top_srcdir)/lib/e2p/e2p.h $(top_srcdir)/version.h $(srcdir)/nls-enable.h
|
||||||
|
dumpe2fs.o: $(srcdir)/dumpe2fs.c $(top_srcdir)/lib/ext2fs/ext2_fs.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
||||||
|
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
||||||
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h \
|
||||||
|
$(top_srcdir)/lib/e2p/e2p.h $(srcdir)/jfs_user.h \
|
||||||
|
$(top_srcdir)/include/linux/jfs.h $(top_srcdir)/include/linux/jfs_compat.h \
|
||||||
|
$(top_srcdir)/include/linux/list.h $(top_srcdir)/version.h \
|
||||||
|
$(srcdir)/nls-enable.h
|
||||||
badblocks.o: $(srcdir)/badblocks.c $(top_srcdir)/lib/et/com_err.h \
|
badblocks.o: $(srcdir)/badblocks.c $(top_srcdir)/lib/et/com_err.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_srcdir)/lib/ext2fs/ext2_fs.h \
|
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_srcdir)/lib/ext2fs/ext2_fs.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
||||||
$(top_srcdir)/lib/ext2fs/bitops.h $(srcdir)/nls-enable.h
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h \
|
||||||
|
$(srcdir)/nls-enable.h
|
||||||
fsck.o: $(srcdir)/fsck.c $(top_srcdir)/version.h $(srcdir)/nls-enable.h \
|
fsck.o: $(srcdir)/fsck.c $(top_srcdir)/version.h $(srcdir)/nls-enable.h \
|
||||||
$(srcdir)/fsck.h $(srcdir)/get_device_by_label.h
|
$(srcdir)/fsck.h $(srcdir)/get_device_by_label.h
|
||||||
util.o: $(srcdir)/util.c $(top_srcdir)/lib/et/com_err.h \
|
util.o: $(srcdir)/util.c $(top_srcdir)/lib/et/com_err.h \
|
||||||
$(top_srcdir)/lib/e2p/e2p.h $(top_srcdir)/lib/ext2fs/ext2_fs.h \
|
$(top_srcdir)/lib/e2p/e2p.h $(top_srcdir)/lib/ext2fs/ext2_fs.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
$(top_builddir)/lib/ext2fs/ext2_types.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h \
|
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
||||||
$(srcdir)/nls-enable.h $(srcdir)/util.h
|
$(top_srcdir)/lib/ext2fs/bitops.h $(srcdir)/nls-enable.h $(srcdir)/util.h
|
||||||
uuidgen.o: $(srcdir)/uuidgen.c $(top_srcdir)/lib/uuid/uuid.h \
|
uuidgen.o: $(srcdir)/uuidgen.c $(top_srcdir)/lib/uuid/uuid.h \
|
||||||
$(srcdir)/nls-enable.h
|
$(srcdir)/nls-enable.h
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2001-06-01 Theodore Tso <tytso@valinux.com>
|
||||||
|
|
||||||
|
* Makefile.in: Move include/asm/types.h.in to
|
||||||
|
lib/ext2fs/ext2_fs.h.in.
|
||||||
|
|
||||||
2001-05-25 Theodore Tso <tytso@valinux.com>
|
2001-05-25 Theodore Tso <tytso@valinux.com>
|
||||||
|
|
||||||
* Release of E2fsprogs 1.20
|
* Release of E2fsprogs 1.20
|
||||||
|
@ -126,19 +126,22 @@ source_tar_file: $(top_srcdir)/.exclude-file
|
|||||||
# the Makefile.in file
|
# the Makefile.in file
|
||||||
#
|
#
|
||||||
extent.o: $(srcdir)/extent.c $(srcdir)/resize2fs.h \
|
extent.o: $(srcdir)/extent.c $(srcdir)/resize2fs.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h
|
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
||||||
|
$(top_srcdir)/lib/ext2fs/bitops.h
|
||||||
resize2fs.o: $(srcdir)/resize2fs.c $(srcdir)/resize2fs.h \
|
resize2fs.o: $(srcdir)/resize2fs.c $(srcdir)/resize2fs.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h
|
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
||||||
|
$(top_srcdir)/lib/ext2fs/bitops.h
|
||||||
main.o: $(srcdir)/main.c $(srcdir)/resize2fs.h \
|
main.o: $(srcdir)/main.c $(srcdir)/resize2fs.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h \
|
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
||||||
$(top_srcdir)/version.h
|
$(top_srcdir)/lib/ext2fs/bitops.h $(top_srcdir)/version.h
|
||||||
sim_progress.o: $(srcdir)/sim_progress.c $(srcdir)/resize2fs.h \
|
sim_progress.o: $(srcdir)/sim_progress.c $(srcdir)/resize2fs.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
|
||||||
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
|
||||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h
|
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
||||||
|
$(top_srcdir)/lib/ext2fs/bitops.h
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2001-06-01 Theodore Tso <tytso@valinux.com>
|
||||||
|
|
||||||
|
* Makefile.in: Move include/asm/types.h.in to
|
||||||
|
lib/ext2fs/ext2_fs.h.in.
|
||||||
|
|
||||||
2001-05-25 Theodore Tso <tytso@valinux.com>
|
2001-05-25 Theodore Tso <tytso@valinux.com>
|
||||||
|
|
||||||
* Release of E2fsprogs 1.20
|
* Release of E2fsprogs 1.20
|
||||||
|
@ -60,7 +60,8 @@ distclean: clean
|
|||||||
#
|
#
|
||||||
test_rel.o: $(srcdir)/test_rel.c $(top_srcdir)/lib/et/com_err.h \
|
test_rel.o: $(srcdir)/test_rel.c $(top_srcdir)/lib/et/com_err.h \
|
||||||
$(top_srcdir)/lib/ss/ss.h $(top_builddir)/lib/ss/ss_err.h \
|
$(top_srcdir)/lib/ss/ss.h $(top_builddir)/lib/ss/ss_err.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
|
$(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
|
||||||
$(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
$(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
|
||||||
$(top_srcdir)/lib/ext2fs/bitops.h $(top_srcdir)/lib/ext2fs/irel.h \
|
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h \
|
||||||
$(top_srcdir)/lib/ext2fs/brel.h $(srcdir)/test_rel.h
|
$(top_srcdir)/lib/ext2fs/irel.h $(top_srcdir)/lib/ext2fs/brel.h \
|
||||||
|
$(srcdir)/test_rel.h
|
||||||
|
@ -11,6 +11,9 @@ while (<>) {
|
|||||||
$linelen = 0;
|
$linelen = 0;
|
||||||
split;
|
split;
|
||||||
while (defined($word = shift @_)) {
|
while (defined($word = shift @_)) {
|
||||||
|
$word =~ s#\$\(srcdir\)/\.\./version.h#\$\(top_srcdir\)/version.h#;
|
||||||
|
$word =~ s#\$\(srcdir\)/.\.\/\.\./version.h#\$\(top_srcdir\)/version.h#;
|
||||||
|
$word =~ s#\$\(srcdir\)/.\.\/et/com_err.h#\$\(top_srcdir\)/lib/et/com_err.h#;
|
||||||
if ($linelen > 0) {
|
if ($linelen > 0) {
|
||||||
printf(" ");
|
printf(" ");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user