b=8007
remove lmc and lconf man pages
allow setting fsname before target type
SUFFIXES = .lin .lyx .pdf .ps .sgml .html .txt .tex .fig .eps .dvi
if UTILS
-man_MANS = lfs.1 lmc.1 lconf.8 lctl.8
+man_MANS = lfs.1 lctl.8
endif
LYXFILES= $(filter-out $(patsubst %.lin,%.lyx,$(wildcard *.lin)),\
CLEANFILES = *.aux *.tex *.log *.pdf
EXTRA_DIST = tex2pdf $(man_MANS) \
- $(LYXFILES) lfs.1 lmc.1 lconf.8 lctl.8
+ $(LYXFILES) lfs.1 lctl.8
all:
sizeof(mop->mo_mkfsopts) - 1);
break;
case 'L':
- if (!(IS_MDT(&mop->mo_ldd) || IS_OST(&mop->mo_ldd))) {
- badopt(long_opt[longidx].name, "MDT,OST");
- return 1;
- }
if (strlen(optarg) > 8) {
fprintf(stderr, "%s: filesystem name must be "
"<= 8 chars\n", progname);