aboutsummaryrefslogtreecommitdiffstats
path: root/debugfs/Makefile.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2000-08-14 20:37:09 +0000
committerTheodore Ts'o <tytso@mit.edu>2000-08-14 20:37:09 +0000
commitc6bd0c97e4dc42511015b9a20b3e35dcdc8fd411 (patch)
tree482efd09b102ad8f03f7fc692aa2606a0e4e3124 /debugfs/Makefile.in
parent53d3955001593b668b15e2d10b3a191f689f9779 (diff)
downloadandroid_external_e2fsprogs-c6bd0c97e4dc42511015b9a20b3e35dcdc8fd411.tar.gz
android_external_e2fsprogs-c6bd0c97e4dc42511015b9a20b3e35dcdc8fd411.tar.bz2
android_external_e2fsprogs-c6bd0c97e4dc42511015b9a20b3e35dcdc8fd411.zip
Makefile.in, debug_cmds.ct, setsuper.c, ChangeLog:
setsuper.c: New function which implements the set_super_value command. Allows the user to set arbitrary superblock fields. ChangeLog, util.c: util.c (open_pager): If the PAGER environment variable is not set, default to using "more".
Diffstat (limited to 'debugfs/Makefile.in')
-rw-r--r--debugfs/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/debugfs/Makefile.in b/debugfs/Makefile.in
index 66a9a03f..7ecc55d7 100644
--- a/debugfs/Makefile.in
+++ b/debugfs/Makefile.in
@@ -16,11 +16,12 @@ MANPAGES= debugfs.8
MK_CMDS= _SS_DIR_OVERRIDE=../lib/ss ../lib/ss/mk_cmds
-DEBUG_OBJS= debug_cmds.o debugfs.o util.o ncheck.o icheck.o ls.o lsdel.o dump.o
+DEBUG_OBJS= debug_cmds.o debugfs.o util.o ncheck.o icheck.o ls.o \
+ lsdel.o dump.o setsuper.o
SRCS= debug_cmds.c $(srcdir)/debugfs.c $(srcdir)/util.c $(srcdir)/ls.c \
$(srcdir)/ncheck.c $(srcdir)/icheck.c $(srcdir)/lsdel.c \
- $(srcdir)/dump.c
+ $(srcdir)/dump.c $(srcdir)/setsuper.c
LIBS= $(LIBEXT2FS) $(LIBE2P) $(LIBSS) $(LIBCOM_ERR) $(LIBUUID)
DEPLIBS= $(LIBEXT2FS) $(LIBE2P) $(LIBSS) $(LIBCOM_ERR) $(DEPLIBUUID)