Split /lib/compilation-prepare.sh

This commit is contained in:
hzy
2022-10-03 17:07:10 +08:00
committed by Ricardo Pardini
parent 56971b1530
commit ca106aac33
2 changed files with 0 additions and 22 deletions

View File

@@ -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()
{

View File

@@ -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}