From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4D6623857B9B; Thu, 22 Dec 2022 11:59:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4D6623857B9B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671710395; bh=SgoZhFollutLJxbk3/Qa2qDtOdJ5da8gJ0sCwAjQt/M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CKexJnd13dphUclptWHX2XXV6C6w5lmRVOZLbu7BzhwFOJEZOpG9IU7LhK6Vf25Hn J5fopXPW2fP0dSfO7cjCSJ7MLrTuh/Go7JrBJOvoEb10lG4ayXrsJ6seSBp/53R3xO qgmBe9jfJwHAL1hdBJMuxWlxMTT7n1hY9vqE6TiY= From: "gaius at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug modula2/108142] Many empty directories created in the build directory Date: Thu, 22 Dec 2022 11:59:55 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: modula2 X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: gaius at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: gaius at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108142 --- Comment #5 from Gaius Mulley --- Ah thanks, I'll change all uses of mkdir -p to $(mkinstalldirs).=