From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout-p-102.mailbox.org (mout-p-102.mailbox.org [IPv6:2001:67c:2050:0:465::102]) by sourceware.org (Postfix) with ESMTPS id 2263A385841D; Mon, 14 Nov 2022 15:58:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2263A385841D Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=aarsen.me Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=aarsen.me Received: from smtp202.mailbox.org (smtp202.mailbox.org [10.196.197.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4N9v9472PYz9sQT; Mon, 14 Nov 2022 16:58:00 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aarsen.me; s=MBO0001; t=1668441481; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=+u1mnGAZFCeZl750zoW9SKR4m61EVQlN1iAzVI0mkkQ=; b=XT+hU6cT/Pf9wCvA1gXcysEi00e6JmUvcOfFkEGUJp1HDlUehPgYSujiy6HML8sBwlukvl BkrUURRr+IMmvmEZuKTSB5BXoT7UOeC+NXyf0efE1BedTBx28Dso5bEvkShaLh3Su1EF4O pAsg05OGFLOu8BTSb2j1N92EjyxM7EZikmCo6YzRdKX2ji8neIuYb9ep/r3cQ2TgUr0jre UzVSJXedncMgb41eYaeB/YcGcNmJQnu4K7dCbO7/UoXVTfnfGfui4fLcN1DCaz3RBtN5ZF NMhRaB+UkvEMPg26P/7RPHp8nWuCEh57LydQMnGjUClQ90uvPuRXpV7kbqIlSA== References: <20221113180527.2907744-1-arsen@aarsen.me> <86wn7xvfj1.fsf@aarsen.me> From: Arsen =?utf-8?Q?Arsenovi=C4=87?= To: Jonathan Wakely Cc: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: Re: [PATCH] libstdc++: Fix python/ not making install directories Date: Mon, 14 Nov 2022 16:56:10 +0100 In-reply-to: Message-ID: <86sfilv88p.fsf@aarsen.me> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Status: No, score=-4.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_INFOUSMEBIZ,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Jonathan Wakely writes: >> It's the first thing the recipe does: >> >> install-data-local: gdb.py >> @$(mkdir_p) $(DESTDIR)$(toolexeclibdir) >> >> That's why I'm suggesting to do the same thing for the debug dir. > > This presumably means it has the problems that mkinstalldirs is > supposed to solve, but is that only relevant for Solaris 8, i.e. not > relevant? Ah, sorry. I didn't notice that it did that at the top. Yes, mkdir -p is at least as good then. Thanks, =2D-=20 Arsen Arsenovi=C4=87 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iOYEARYKAI4WIQT+4rPRE/wAoxYtYGFSwpQwHqLEkwUCY3Jlhl8UgAAAAAAuAChp c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0RkVF MkIzRDExM0ZDMDBBMzE2MkQ2MDYxNTJDMjk0MzAxRUEyQzQ5MxAcYXJzZW5AYWFy c2VuLm1lAAoJEFLClDAeosSTTykA/R4Ke9to3VvHTc6ZgodiOFaOpBFvYOCWUeOV ZpEJDgzlAP992vSJIoFy/VoiljIy+FSSYVsFkucH9fTcmnSJ6WF0Ag== =QoA3 -----END PGP SIGNATURE----- --=-=-=--