mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Split /lib/compilation-prepare.sh
This commit is contained in:
@@ -1,21 +1,3 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Copyright (c) 2013-2021 Igor Pecovnik, igor.pecovnik@gma**.com
|
||||
#
|
||||
# This file is licensed under the terms of the GNU General Public
|
||||
# License version 2. This program is licensed "as is" without any
|
||||
# warranty of any kind, whether express or implied.
|
||||
#
|
||||
# This file is a part of the Armbian build script
|
||||
# https://github.com/armbian/build/
|
||||
|
||||
# Functions:
|
||||
|
||||
# compilation_prepare
|
||||
|
||||
|
||||
|
||||
|
||||
compilation_prepare()
|
||||
{
|
||||
|
||||
@@ -64,10 +64,6 @@ backtitle="Armbian building script, https://www.armbian.com | https://docs.armbi
|
||||
# shellcheck source=import-functions.sh
|
||||
source "${SRC}/lib/import-functions.sh"
|
||||
|
||||
# shellcheck source=compilation-prepare.sh
|
||||
source "${SRC}"/lib/compilation-prepare.sh # drivers that are not upstreamed
|
||||
|
||||
|
||||
# set log path
|
||||
LOG_SUBPATH=${LOG_SUBPATH:=debug}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user