From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 32D301381F3 for ; Mon, 19 Aug 2013 06:09:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A288E0C70; Mon, 19 Aug 2013 06:09:45 +0000 (UTC) Received: from mail-ea0-f179.google.com (mail-ea0-f179.google.com [209.85.215.179]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F7C2E0C3D for ; Mon, 19 Aug 2013 06:09:43 +0000 (UTC) Received: by mail-ea0-f179.google.com with SMTP id b10so2045466eae.38 for ; Sun, 18 Aug 2013 23:09:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=pTh2mHTe2mc9dOlP+X/UERCgrXG+Mp2PF9wI3sW09DQ=; b=JCRGLnjPxK55Xp3K7v9J7DLUP3/MLj7Db3W4r3j5lHAh+C3fzcbN7B72ZnqHAAwNep IZnrONpwSWpk28fTCaeDtGPnplmQBArlUb6RCfW6Y99/0cwenGTkeOwXkQH8XTC4h1jG LcbJMJsDT9WgF+pE2cbLK7Z+Lny+FtPD2n+liTvVO60/u+wjcVXaY33eoXSfYK41/ZsC aBY00R+uhQwyGKPNyl/iamR2rtp/2cdC/WWNph3HGuYmDzBaj+gciTLeu9IiTUbzevj1 hhuEb+8BFj+x8PsOUnMA2I+Tm8LVVFZrMEMla4ZSj3GRilXiRyQ6YHAFeAsWzCpCIi/V j2LQ== X-Gm-Message-State: ALoCoQlpC1GF8d2W7pocKDPQdzVZnW35QUQVl71zaZkCtaVxLZTle0NZ4eK89KZfNgiP3K7knoe0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.14.194.9 with SMTP id l9mr43940een.87.1376892582548; Sun, 18 Aug 2013 23:09:42 -0700 (PDT) Received: by 10.14.191.201 with HTTP; Sun, 18 Aug 2013 23:09:42 -0700 (PDT) X-Originating-IP: [217.151.131.12] In-Reply-To: References: Date: Mon, 19 Aug 2013 10:09:42 +0400 Message-ID: Subject: Re: [gentoo-user] how can I pause emerge after it finish running configure or cmake and before it do any compilation? From: Alexey Mishustin To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 21bb88ff-a5a6-4aa9-b919-fceced470018 X-Archives-Hash: 6137e5c7d26736dd06171ad1804ab21b 2013/8/19 =E4=B8=9C=E6=96=B9=E5=B7=BD=E9=9B=B7 : > I need to change some arguments in Makefile. You might want to use a low-level interface to the Portage system 'ebuild': ebuild path/to/package.ebuild fetch ebuild path/to/package.ebuild unpack =3D=3D=3Dmake you changes here (where unpacked, in /tmp)=3D=3D=3D ebuild path/to/package.ebuild compile ebuild path/to/package.ebuild install ebuild path/to/package.ebuild qmerge -- Regards, Alex