Skip to content
Snippets Groups Projects
Commit a4261347 authored by gord-fig's avatar gord-fig
Browse files

Install and distribute lconf and lmc.

parent 74aa381d
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
%define kversion @RELEASE@
%define linuxdir @LINUX@
%define portalsdir @PORTALS@
Release: 0208192051
Release: 0208280933uml
Summary: Lustre Lite File System
Name: lustre-lite
......
#!/bin/sh
# Simple test of mount and unmount
llsetup.sh obd-echo.cfg net-local.cfg client-echo.cfg || exit 1
llsetup.sh obdecho.cfg net-local.cfg client-echo.cfg || exit 1
# FIXME: Scan logs for any unusual things (unbalanced allocations, errors)
llcleanup obd-echo.cfg net-local.cfg client-echo.cfg
llcleanup.sh obdecho.cfg net-local.cfg client-echo.cfg
......@@ -8,7 +8,9 @@ CPPFLAGS = $(HAVE_LIBREADLINE)
obdctl_LDADD := $(LIBREADLINE)
lctl_LDADD := $(LIBREADLINE) -lptlctl
sbin_PROGRAMS = lctl obdctl
sbin_SCRIPTS = lconf lmc
obdctl_SOURCES = parser.c obdctl.c obd.c parser.h obdctl.h
lctl_SOURCES = parser.c obd.c lctl.c parser.h
EXTRA_DIST = $(sbin_SCRIPTS)
include $(top_srcdir)/Rules
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment