Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: eclass/
Date: Sat, 07 May 2022 02:11:34
Message-Id: 1651889481.77c09ccb1adcbfc1828e61f46df8b53965aaf8e5.Alessandro-Barbieri@gentoo
1 commit: 77c09ccb1adcbfc1828e61f46df8b53965aaf8e5
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat May 7 01:09:54 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sat May 7 02:11:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=77c09ccb
7
8 octaveforge.eclass: remove 'all' target from emake
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 eclass/octaveforge.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/octaveforge.eclass b/eclass/octaveforge.eclass
16 index 70185a6c7..25ac74efc 100644
17 --- a/eclass/octaveforge.eclass
18 +++ b/eclass/octaveforge.eclass
19 @@ -87,7 +87,7 @@ octaveforge_src_compile() {
20 export LDFLAGS="${LDFLAGS} -L${OCTLIBDIR}"
21
22 if [[ -e src/Makefile ]]; then
23 - emake -C src all
24 + emake -C src
25 fi
26
27 if [[ -e src/Makefile ]]; then