From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F1803158090 for ; Sat, 7 May 2022 02:11:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10577E0833; Sat, 7 May 2022 02:11:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DDC5EE0833 for ; Sat, 7 May 2022 02:11:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A37A3341D4A for ; Sat, 7 May 2022 02:11:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F06EF453 for ; Sat, 7 May 2022 02:11:29 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1651889481.77c09ccb1adcbfc1828e61f46df8b53965aaf8e5.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: eclass/ X-VCS-Repository: repo/proj/guru X-VCS-Files: eclass/octaveforge.eclass X-VCS-Directories: eclass/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 77c09ccb1adcbfc1828e61f46df8b53965aaf8e5 X-VCS-Branch: dev Date: Sat, 7 May 2022 02:11:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b6d8c708-bca8-4eb7-9b15-b109573d909b X-Archives-Hash: 27fb1b189318deafbb49baa544d71b80 commit: 77c09ccb1adcbfc1828e61f46df8b53965aaf8e5 Author: Alessandro Barbieri gmail com> AuthorDate: Sat May 7 01:09:54 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sat May 7 02:11:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=77c09ccb octaveforge.eclass: remove 'all' target from emake Signed-off-by: Alessandro Barbieri gmail.com> eclass/octaveforge.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/octaveforge.eclass b/eclass/octaveforge.eclass index 70185a6c7..25ac74efc 100644 --- a/eclass/octaveforge.eclass +++ b/eclass/octaveforge.eclass @@ -87,7 +87,7 @@ octaveforge_src_compile() { export LDFLAGS="${LDFLAGS} -L${OCTLIBDIR}" if [[ -e src/Makefile ]]; then - emake -C src all + emake -C src fi if [[ -e src/Makefile ]]; then