Merge commit 'refs/top-bases/linux-kernel-disk' into linux-kernel-disk
This commit is contained in:
commit
fb834fd4a5
|
@ -5,10 +5,15 @@
|
||||||
# a full ZFS init script when that is needed.
|
# a full ZFS init script when that is needed.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if [ ! -f ../.script-config ]; then
|
||||||
|
echo "You must build your source tree"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
. ../.script-config
|
. ../.script-config
|
||||||
PROG="<define PROG>"
|
PROG="<define PROG>"
|
||||||
|
|
||||||
VERBOSE=
|
VERBOSE=
|
||||||
|
VERBOSE_FLAG=
|
||||||
DUMP_LOG=
|
DUMP_LOG=
|
||||||
ERROR=
|
ERROR=
|
||||||
MODULES=()
|
MODULES=()
|
||||||
|
|
Loading…
Reference in New Issue