Gentoo Archives: gentoo-catalyst

From: Matt Turner <mattst88@g.o>
To: gentoo-catalyst@l.g.o
Cc: Matt Turner <mattst88@g.o>
Subject: [gentoo-catalyst] [PATCH 5/8] targets: Remove run_crossdev() function
Date: Sat, 02 May 2020 01:40:57
Message-Id: 20200502014036.1039317-5-mattst88@gentoo.org
In Reply to: [gentoo-catalyst] [PATCH 1/8] targets: Use gensquashfs instead of mksquashfs by Matt Turner
1 Signed-off-by: Matt Turner <mattst88@g.o>
2 ---
3 targets/support/functions.sh | 4 ----
4 1 file changed, 4 deletions(-)
5
6 diff --git a/targets/support/functions.sh b/targets/support/functions.sh
7 index daf6f190..601f5dc9 100755
8 --- a/targets/support/functions.sh
9 +++ b/targets/support/functions.sh
10 @@ -238,7 +238,3 @@ check_filesystem_type(){
11 ;;
12 esac
13 }
14 -
15 -run_crossdev() {
16 - crossdev ${clst_CHOST}
17 -}
18 --
19 2.26.2

Replies