diff options
author | Theodore Ts'o <tytso@mit.edu> | 2000-12-09 06:41:25 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2000-12-09 06:41:25 +0000 |
commit | 0e8a9560d89dd9cca73037a59efa93e46abdccda (patch) | |
tree | 8062597e8d148751e467e7aeeb79b048896277fc /resize | |
parent | 586187372afea65ae685687505b49b40fc5f3212 (diff) | |
download | e2fsprogs-0e8a9560d89dd9cca73037a59efa93e46abdccda.tar.gz |
Many files:
jfs_e2fsck.h, jfs_user.h: Replaces jfs_compat.h. The jfs.h file has
been moved to the include/linux directory.
journal.c, revoke.c, recovery.c: Updated files from Stephen to support
the V2 superblock and revoke processing. The journal.c and revoke.c
files are copies from the ext3 kernel source.
Makefile.in: Added revoke.c to the list of source/object files.
Makefile.in:
Fix up some mistakes in the source file list, and regenerate the
dependencies.
Update Makefile dependencies.
ChangeLog, jfs.h:
jfs.h: Remove excess #include of JFS_DEBUG. Not needed for e2fsprogs,
since we optioanlly define it in the configuration file system.
Diffstat (limited to 'resize')
-rw-r--r-- | resize/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resize/Makefile.in b/resize/Makefile.in index 319abfb4..fb6db06c 100644 --- a/resize/Makefile.in +++ b/resize/Makefile.in @@ -137,7 +137,7 @@ main.o: $(srcdir)/main.c $(srcdir)/resize2fs.h \ $(top_srcdir)/include/linux/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 \ - $(srcdir)/../version.h + $(top_srcdir)/version.h sim_progress.o: $(srcdir)/sim_progress.c $(srcdir)/resize2fs.h \ $(top_srcdir)/include/linux/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \ $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \ |