Whamcloud - gitweb
ChangeLog, Makefile.in:
authorTheodore Ts'o <tytso@mit.edu>
Tue, 4 Jul 2000 12:37:55 +0000 (12:37 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 4 Jul 2000 12:37:55 +0000 (12:37 +0000)
  Makefile.in: Use _SS_DIR_OVERRIDE to make sure we get the mk_cmds
   support files from the source tree.
.cvsignore:
  Add std_rqs.c to the ignore list.

debugfs/ChangeLog
debugfs/Makefile.in
lib/ss/.cvsignore

index 3bbdd6f..717fc2b 100644 (file)
@@ -1,3 +1,8 @@
+2000-07-04    <tytso@snap.thunk.org>
+
+       * Makefile.in: Use _SS_DIR_OVERRIDE to make sure we get the
+               mk_cmds support files from the source tree.
+
 2000-06-09    <tytso@snap.thunk.org>
 
        * lsdel.c (do_lsdel): Handle bad bad blocks in inode table.
index 6b593ca..66a9a03 100644 (file)
@@ -14,7 +14,7 @@ INSTALL = @INSTALL@
 PROGS=         debugfs
 MANPAGES=      debugfs.8
 
-MK_CMDS=       ../lib/ss/mk_cmds
+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
 
index 1681fea..b9b3e1d 100644 (file)
@@ -2,3 +2,4 @@ Makefile
 mk_cmds
 ss_err.c
 ss_err.h
+std_rqs.c