From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-4.zmailcloud.com (admina.zmailcloud.com [52.38.240.63]) by sourceware.org (Postfix) with ESMTPS id 75BA53858C74 for ; Mon, 3 Oct 2022 23:31:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 75BA53858C74 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=symas.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=symas.com Received: from zmcc-3.zmailcloud.com (183.87.154.104.bc.googleusercontent.com [104.154.87.183]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp-4.zmailcloud.com (Postfix) with ESMTPS id 4854540CF5 for ; Mon, 3 Oct 2022 18:31:45 -0500 (CDT) Received: from zmcc-3.zmailcloud.com (localhost [127.0.0.1]) by zmcc-3-mta-1.zmailcloud.com (Postfix) with ESMTPS id B5DEC8037729 for ; Mon, 3 Oct 2022 18:31:44 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by zmcc-3-mta-1.zmailcloud.com (Postfix) with ESMTP id A70C28037730 for ; Mon, 3 Oct 2022 18:31:44 -0500 (CDT) Received: from zmcc-3.zmailcloud.com ([127.0.0.1]) by localhost (zmcc-3-mta-1.zmailcloud.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id TroZuOscn0gR for ; Mon, 3 Oct 2022 18:31:44 -0500 (CDT) Received: from zmcc-3-mailbox-1.zmailcloud.com (zmcc-3-mailbox-1.zmailcloud.com [10.240.0.91]) by zmcc-3-mta-1.zmailcloud.com (Postfix) with ESMTP id 92AD58037729 for ; Mon, 3 Oct 2022 18:31:44 -0500 (CDT) From: Robert Dubner To: Subject: How do I create a GCC source code tarball? Thread-Topic: How do I create a GCC source code tarball? Date: Mon, 3 Oct 2022 18:31:44 -0500 (CDT) Message-ID: <038b01d8d780$4c5982f0$e50c88d0$@symas.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 16.0 X-Mailer: Zimbra 8.8.15_GA_4372 (Zimbra-ZCO/9.0.0.1922 (10.0.22000 en-US) P1740 T4230 R3440) Thread-Index: AdjXgEvgV1y+snKLSTmy0Q68Mht+Yw== Content-Language: en-us X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,KAM_DMARC_STATUS,KAM_SHORT,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: I have modified the source code of GCC, and I need a tarball for that modified source. My code is based on the trunk branch of the repository at git://gcc.gnu.org/git/gcc.git I attempted to execute "make dist", and have encountered the response Building a full distribution of this tree isn't done via 'make dist'. Check out the etc/ subdirectory I have been unable to locate a subdirectory name "etc/". With that as background, my question is: How do I create a source code tarball for GCC? Thanks very much for any help.