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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8C1FC15800F for ; Wed, 25 Jan 2023 21:23:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0AC2E0843; Wed, 25 Jan 2023 21:23:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94DF1E0843 for ; Wed, 25 Jan 2023 21:23:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B57534100C for ; Wed, 25 Jan 2023 21:23:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4813175 for ; Wed, 25 Jan 2023 21:23:41 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1674681723.066c554b6c233ac2a99a5b7693eb67705b277a16.williamh@gentoo> Subject: [gentoo-commits] proj/baselayout:master commit in: / X-VCS-Repository: proj/baselayout X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 066c554b6c233ac2a99a5b7693eb67705b277a16 X-VCS-Branch: master Date: Wed, 25 Jan 2023 21:23:41 +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: bae6ea3f-144b-4932-95fb-233201ea08b1 X-Archives-Hash: 0b254fb1681c419bec2283d431b1a383 commit: 066c554b6c233ac2a99a5b7693eb67705b277a16 Author: William Hubbs gentoo org> AuthorDate: Wed Jan 25 21:21:30 2023 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Jan 25 21:22:03 2023 +0000 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=066c554b drop .keep files in layout target Bug: https://bugs.gentoo.org/888807 Signed-off-by: William Hubbs gentoo.org> Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 0b020a9f..22e4a174 100644 --- a/Makefile +++ b/Makefile @@ -64,9 +64,7 @@ install: layout: # Create base filesytem layout for x in $(KEEP_DIRS) ; do \ - test -e $(DESTDIR)$$x/.keep && continue ; \ $(INSTALL_DIR) $(DESTDIR)$$x ; \ - touch $(DESTDIR)$$x/.keep || true; \ done ln -snf /proc/self/mounts $(DESTDIR)/etc/mtab ln -snf /run $(DESTDIR)/var/run