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 CFFAC13800E for ; Tue, 7 Aug 2012 08:50:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39799E06B0; Tue, 7 Aug 2012 08:50:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 090BBE06B0 for ; Tue, 7 Aug 2012 08:50:27 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C00B1B404A for ; Tue, 7 Aug 2012 08:50:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 10B92E5440 for ; Tue, 7 Aug 2012 08:50:26 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1344329312.2bf86afb32657de414b0a31cc8441350e7cec54c.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: / X-VCS-Repository: proj/R_overlay X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 2bf86afb32657de414b0a31cc8441350e7cec54c X-VCS-Branch: master Date: Tue, 7 Aug 2012 08:50:26 +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: b417e413-0ad9-4934-ac25-36adf86f46b7 X-Archives-Hash: 1b1daf8922180d0413072267b76ab846 commit: 2bf86afb32657de414b0a31cc8441350e7cec54c Author: André Erdmann mailerd de> AuthorDate: Tue Aug 7 08:48:32 2012 +0000 Commit: André Erdmann mailerd de> CommitDate: Tue Aug 7 08:48:32 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=2bf86afb Makefile mkdir, not @mkdir --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 52f5c4b..2af9870 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ $(DOCDIR): $(SELFDOC) docs: $(DOCDIR) $(SELFDOC)/roverlay: - test -d $(SELFDOC) || @mkdir -p $(SELFDOC) + test -d $(SELFDOC) || mkdir -p $(SELFDOC) @ln -s ../../roverlay $(SELFDOC)/roverlay # generates selfdocs (using pydoc) in $(SELFDOC)/