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 E5373138334 for ; Sat, 20 Oct 2018 20:08:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80165E0843; Sat, 20 Oct 2018 20:08:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4D8D6E0843 for ; Sat, 20 Oct 2018 20:08:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1E4CD335C6F for ; Sat, 20 Oct 2018 20:08:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C16F391 for ; Sat, 20 Oct 2018 20:08:29 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1540060213.5776c062f85c04612a73519f1da43f1988087116.slyfox@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: wrappers/ X-VCS-Repository: proj/crossdev X-VCS-Files: wrappers/Makefile X-VCS-Directories: wrappers/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 5776c062f85c04612a73519f1da43f1988087116 X-VCS-Branch: master Date: Sat, 20 Oct 2018 20:08: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-Archives-Salt: 043953fe-44b9-4360-8e08-7f633180786a X-Archives-Hash: 95e75788c106898fa409e9bab9479be9 commit: 5776c062f85c04612a73519f1da43f1988087116 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Oct 20 18:30:13 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Oct 20 18:30:13 2018 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=5776c062 wrappers/Makefile: drop unused TOPDIR variable Signed-off-by: Sergei Trofimovich gentoo.org> wrappers/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/wrappers/Makefile b/wrappers/Makefile index df5eb2b..edb6a26 100644 --- a/wrappers/Makefile +++ b/wrappers/Makefile @@ -6,7 +6,6 @@ include ../settings.mk PORTDIR ?= $(shell portageq envvar PORTDIR) FNAMES = cross-emerge cross-fix-root cross-pkg-config emerge-wrapper SITE = $(PREFIX)/share/crossdev/include/site -TOPDIR = all: sed -i -e "s,@GENTOO_PORTAGE_EPREFIX@,$(EPREFIX),g" cross-emerge