From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 802D63858D1E; Thu, 22 Dec 2022 09:41:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 802D63858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671702073; bh=N4DJ6pc5pszsG+sXUUZB7602YxDriynJ5aHpxvDqLco=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lPh9/jV5sMeB99w1g9HNB3ISFoC7sEqy5+cun+5pE7cDLe5oHM2yHdVsA8bKVc6j0 diOyoD0xyuRB0jK4ao/NpW/dop9um77vWTlFc7thmZAQha5V8WTArB483PQibaToXG C46LvTkJFLtQgG+SBqq49GOZ2Iae8xjgF5rTjHiI= From: "jakub 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 09:41:12 +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: jakub 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 #4 from Jakub Jelinek --- I think pretty much nothing but m2 uses mkdir -p directly, other makefiles = use $(mkinstalldirs) (unless only a single directory needs to be created, for t= hat mkdir dir is fine).=