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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0640D138334 for ; Sat, 11 May 2019 07:14:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3B4CE087C; Sat, 11 May 2019 07:14:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 893D3E087C for ; Sat, 11 May 2019 07:14:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB86B344028 for ; Sat, 11 May 2019 07:14:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7FD5549 for ; Sat, 11 May 2019 07:14:48 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1557504954.e491ec5bc156077df5d86ff14c98b7e48948993e.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: / X-VCS-Repository: proj/portage-utils X-VCS-Files: README.md X-VCS-Directories: / X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: e491ec5bc156077df5d86ff14c98b7e48948993e X-VCS-Branch: master Date: Sat, 11 May 2019 07:14:48 +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: d443a876-80b5-44e2-aae2-8b9df78d9e8f X-Archives-Hash: a6b4d7c07d25114703a96c9d0cddf4be commit: e491ec5bc156077df5d86ff14c98b7e48948993e Author: Fabian Groffen gentoo org> AuthorDate: Fri May 10 16:15:54 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Fri May 10 16:15:54 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=e491ec5b README: update after maintainer mode addition Signed-off-by: Fabian Groffen gentoo.org> README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bfb6341..2ad3226 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ of information. The focus is on size and speed, so everything is in C. ## Building Run `configure` followed by `make`. If you're using git-sources, run -autoreconf first to get various timestamps correct. +`configure` with `--disable-maintainer-mode` or run autoreconf to get +various timestamps correct. ## Helping out