X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 70014DC07AA; Tue, 15 Sep 2015 08:48:21 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (unknown [79.160.13.133]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id B2B18DC01E7; Tue, 15 Sep 2015 08:48:20 +0000 (UTC) Date: Tue, 15 Sep 2015 10:48:17 +0200 From: Natanael Copa To: =?ISO-8859-1?B?U/ZyZW4=?= Tempel Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/chicken: create -dev and -libs subpackage Message-ID: <20150915104817.24a7e70c@ncopa-desktop.alpinelinux.org> In-Reply-To: <1442239202-27798-1-git-send-email-soeren+git@soeren-tempel.net> References: <1442239202-27798-1-git-send-email-soeren+git@soeren-tempel.net> X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: ClamAV using ClamSMTP On Mon, 14 Sep 2015 16:00:02 +0200 S=F6ren Tempel wrote: > --- > testing/chicken/APKBUILD | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) I applied this, but it is painfully slow to build. Is it possible to fix/hack the Makefile so it does not need the -j1 option? Sometimes it is only one of many subdirs that needs to be built first or that needs be built without parallelism. Then it can be worked around with something like: make -j1 -C lib && make -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---