Rename modules to module and update references
This commit is contained in:
parent
f6a19c0d37
commit
617d5a673c
|
@ -1,6 +1,6 @@
|
||||||
AUTOMAKE_OPTIONS = foreign dist-zip
|
AUTOMAKE_OPTIONS = foreign dist-zip
|
||||||
|
|
||||||
SUBDIRS = lib cmd modules include scripts
|
SUBDIRS = lib cmd module include scripts
|
||||||
CONFIG_CLEAN_FILES = aclocal.m4 config.guess config.sub
|
CONFIG_CLEAN_FILES = aclocal.m4 config.guess config.sub
|
||||||
CONFIG_CLEAN_FILES += depcomp install-sh missing mkinstalldirs
|
CONFIG_CLEAN_FILES += depcomp install-sh missing mkinstalldirs
|
||||||
EXTRA_DIST = autogen.sh
|
EXTRA_DIST = autogen.sh
|
||||||
|
|
16
Makefile.in
16
Makefile.in
|
@ -38,9 +38,9 @@ host_triplet = @host@
|
||||||
target_triplet = @target@
|
target_triplet = @target@
|
||||||
DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
|
DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
|
||||||
$(srcdir)/Makefile.in $(srcdir)/spl_config.h.in \
|
$(srcdir)/Makefile.in $(srcdir)/spl_config.h.in \
|
||||||
$(top_srcdir)/configure $(top_srcdir)/modules/Makefile.in \
|
$(top_srcdir)/configure $(top_srcdir)/module/Makefile.in \
|
||||||
$(top_srcdir)/modules/spl/Makefile.in \
|
$(top_srcdir)/module/spl/Makefile.in \
|
||||||
$(top_srcdir)/modules/splat/Makefile.in AUTHORS COPYING \
|
$(top_srcdir)/module/splat/Makefile.in AUTHORS COPYING \
|
||||||
ChangeLog INSTALL config/config.guess config/config.sub \
|
ChangeLog INSTALL config/config.guess config/config.sub \
|
||||||
config/depcomp config/install-sh config/ltmain.sh \
|
config/depcomp config/install-sh config/ltmain.sh \
|
||||||
config/missing
|
config/missing
|
||||||
|
@ -196,7 +196,7 @@ target_cpu = @target_cpu@
|
||||||
target_os = @target_os@
|
target_os = @target_os@
|
||||||
target_vendor = @target_vendor@
|
target_vendor = @target_vendor@
|
||||||
AUTOMAKE_OPTIONS = foreign dist-zip
|
AUTOMAKE_OPTIONS = foreign dist-zip
|
||||||
SUBDIRS = lib cmd modules include scripts
|
SUBDIRS = lib cmd module include scripts
|
||||||
CONFIG_CLEAN_FILES = aclocal.m4 config.guess config.sub depcomp \
|
CONFIG_CLEAN_FILES = aclocal.m4 config.guess config.sub depcomp \
|
||||||
install-sh missing mkinstalldirs
|
install-sh missing mkinstalldirs
|
||||||
EXTRA_DIST = autogen.sh
|
EXTRA_DIST = autogen.sh
|
||||||
|
@ -254,11 +254,11 @@ $(srcdir)/spl_config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
||||||
|
|
||||||
distclean-hdr:
|
distclean-hdr:
|
||||||
-rm -f spl_config.h stamp-h1
|
-rm -f spl_config.h stamp-h1
|
||||||
modules/Makefile: $(top_builddir)/config.status $(top_srcdir)/modules/Makefile.in
|
module/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/Makefile.in
|
||||||
cd $(top_builddir) && $(SHELL) ./config.status $@
|
cd $(top_builddir) && $(SHELL) ./config.status $@
|
||||||
modules/spl/Makefile: $(top_builddir)/config.status $(top_srcdir)/modules/spl/Makefile.in
|
module/spl/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/spl/Makefile.in
|
||||||
cd $(top_builddir) && $(SHELL) ./config.status $@
|
cd $(top_builddir) && $(SHELL) ./config.status $@
|
||||||
modules/splat/Makefile: $(top_builddir)/config.status $(top_srcdir)/modules/splat/Makefile.in
|
module/splat/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/splat/Makefile.in
|
||||||
cd $(top_builddir) && $(SHELL) ./config.status $@
|
cd $(top_builddir) && $(SHELL) ./config.status $@
|
||||||
|
|
||||||
mostlyclean-libtool:
|
mostlyclean-libtool:
|
||||||
|
@ -406,7 +406,7 @@ distclean-tags:
|
||||||
distdir: $(DISTFILES)
|
distdir: $(DISTFILES)
|
||||||
$(am__remove_distdir)
|
$(am__remove_distdir)
|
||||||
mkdir $(distdir)
|
mkdir $(distdir)
|
||||||
$(mkdir_p) $(distdir)/config $(distdir)/modules $(distdir)/modules/spl $(distdir)/modules/splat $(distdir)/scripts
|
$(mkdir_p) $(distdir)/config $(distdir)/module $(distdir)/module/spl $(distdir)/module/splat $(distdir)/scripts
|
||||||
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
||||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
||||||
list='$(DISTFILES)'; for file in $$list; do \
|
list='$(DISTFILES)'; for file in $$list; do \
|
||||||
|
|
|
@ -20439,7 +20439,7 @@ fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ac_config_files="$ac_config_files Makefile lib/Makefile cmd/Makefile modules/Makefile modules/spl/Makefile modules/splat/Makefile include/Makefile include/sys/Makefile scripts/Makefile scripts/spl.spec"
|
ac_config_files="$ac_config_files Makefile lib/Makefile cmd/Makefile module/Makefile module/spl/Makefile module/splat/Makefile include/Makefile include/sys/Makefile scripts/Makefile scripts/spl.spec"
|
||||||
|
|
||||||
|
|
||||||
cat >confcache <<\_ACEOF
|
cat >confcache <<\_ACEOF
|
||||||
|
@ -21008,9 +21008,9 @@ do
|
||||||
"Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
|
"Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
|
||||||
"lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
|
"lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
|
||||||
"cmd/Makefile" ) CONFIG_FILES="$CONFIG_FILES cmd/Makefile" ;;
|
"cmd/Makefile" ) CONFIG_FILES="$CONFIG_FILES cmd/Makefile" ;;
|
||||||
"modules/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/Makefile" ;;
|
"module/Makefile" ) CONFIG_FILES="$CONFIG_FILES module/Makefile" ;;
|
||||||
"modules/spl/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/spl/Makefile" ;;
|
"module/spl/Makefile" ) CONFIG_FILES="$CONFIG_FILES module/spl/Makefile" ;;
|
||||||
"modules/splat/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/splat/Makefile" ;;
|
"module/splat/Makefile" ) CONFIG_FILES="$CONFIG_FILES module/splat/Makefile" ;;
|
||||||
"include/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
|
"include/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
|
||||||
"include/sys/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/sys/Makefile" ;;
|
"include/sys/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/sys/Makefile" ;;
|
||||||
"scripts/Makefile" ) CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;;
|
"scripts/Makefile" ) CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;;
|
||||||
|
|
|
@ -86,9 +86,9 @@ AC_SUBST(KERNELCFLAGS)
|
||||||
AC_CONFIG_FILES([ Makefile
|
AC_CONFIG_FILES([ Makefile
|
||||||
lib/Makefile
|
lib/Makefile
|
||||||
cmd/Makefile
|
cmd/Makefile
|
||||||
modules/Makefile
|
module/Makefile
|
||||||
modules/spl/Makefile
|
module/spl/Makefile
|
||||||
modules/splat/Makefile
|
module/splat/Makefile
|
||||||
include/Makefile
|
include/Makefile
|
||||||
include/sys/Makefile
|
include/sys/Makefile
|
||||||
scripts/Makefile
|
scripts/Makefile
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
prog=check.sh
|
prog=check.sh
|
||||||
spl_module=../modules/spl/spl.ko
|
spl_module=../module/spl/spl.ko
|
||||||
splat_module=../modules/splat/splat.ko
|
splat_module=../module/splat/splat.ko
|
||||||
splat_cmd=../cmd/splat
|
splat_cmd=../cmd/splat
|
||||||
verbose=
|
verbose=
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue