Gentoo Archives: gentoo-catalyst

From: Brian Dolbec <dolsen@g.o>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] [PATCH 5/8] targets: Remove run_crossdev() function
Date: Sat, 02 May 2020 23:06:54
Message-Id: 20200502160650.282c7879@storm
In Reply to: [gentoo-catalyst] [PATCH 5/8] targets: Remove run_crossdev() function by Matt Turner
1 On Fri, 1 May 2020 18:40:33 -0700
2 Matt Turner <mattst88@g.o> wrote:
3
4 > Signed-off-by: Matt Turner <mattst88@g.o>
5 > ---
6
7 Reason?
8
9 > targets/support/functions.sh | 4 ----
10 > 1 file changed, 4 deletions(-)
11 >
12 > diff --git a/targets/support/functions.sh
13 > b/targets/support/functions.sh index daf6f190..601f5dc9 100755
14 > --- a/targets/support/functions.sh
15 > +++ b/targets/support/functions.sh
16 > @@ -238,7 +238,3 @@ check_filesystem_type(){
17 > ;;
18 > esac
19 > }
20 > -
21 > -run_crossdev() {
22 > - crossdev ${clst_CHOST}
23 > -}

Replies