Whamcloud - gitweb
- add more handling of intents (for chmod style functions)
authorbraam <braam>
Thu, 6 Jun 2002 21:37:59 +0000 (21:37 +0000)
committerbraam <braam>
Thu, 6 Jun 2002 21:37:59 +0000 (21:37 +0000)
- update to the head

lustre/Makefile.am
lustre/tests/llcleanup.sh

index c355db4..d25dc8c 100644 (file)
@@ -7,7 +7,7 @@ AUTOMAKE_OPTIONS = foreign
 
 # NOTE: keep extN before mds
 SUBDIRS = ptlrpc llite lib ldlm obdecho mdc osc extN mds ost 
-SUBDIRS+= obdclass obdext2 obdfs demos doc scripts utils tests obdfilter
+SUBDIRS+= utils tests obdfilter obdclass obdext2 obdfs demos doc scripts 
 EXTRA_DIST = BUGS FDL Rules include patches
 
 # We get the version from the spec file.
index ace40b7..5b1f80c 100755 (executable)
@@ -5,14 +5,14 @@ SRCDIR="`dirname $0`/"
 
 setup_opts "$@"
 
-$DBGCTL get_debug > /tmp/debug.1
+$DBGCTL debug_kernel /tmp/debug.1
 cleanup_client
-$DBGCTL get_debug > /tmp/debug.2
+$DBGCTL debug_kernel /tmp/debug.2
 cleanup_server
 
-$DBGCTL get_debug > /tmp/debug.3
+$DBGCTL debug_kernel /tmp/debug.3
 cleanup_ldlm
-$DBGCTL get_debug > /tmp/debug.4
+$DBGCTL debug_kernel /tmp/debug.4
 cleanup_lustre
-$DBGCTL get_debug > /tmp/debug.5
+$DBGCTL debug_kernel /tmp/debug.5
 cleanup_portals