Re: How do I create a GCC source code tarball?

2022-10-09 Thread Richard Biener via Gcc
On Sat, Oct 8, 2022 at 12:54 AM James K. Lowden wrote: > > On Tue, 4 Oct 2022 12:03:12 -0700 > Andrew Pinski via Gcc wrote: > > > > Building a full distribution of this tree isn't done > > > via 'make dist'. Check out the etc/ subdirectory > ... > > You just tar up the source. > > Yo

Re: How do I create a GCC source code tarball?

2022-10-07 Thread James K. Lowden
On Tue, 4 Oct 2022 12:03:12 -0700 Andrew Pinski via Gcc wrote: > > Building a full distribution of this tree isn't done > > via 'make dist'. Check out the etc/ subdirectory ... > You just tar up the source. > You could use maintainer-scripts/gcc_release to make a snapshot but in > th

RE: How do I create a GCC source code tarball?

2022-10-04 Thread Robert Dubner
-- From: Andrew Pinski Sent: Tuesday, October 4, 2022 15:03 To: Robert Dubner Cc: gcc@gcc.gnu.org Subject: Re: How do I create a GCC source code tarball? On Mon, Oct 3, 2022 at 4:32 PM Robert Dubner wrote: > > I have modified the source code of GCC, and I need a tarball for that > modifie

Re: How do I create a GCC source code tarball?

2022-10-04 Thread Andrew Pinski via Gcc
On Mon, Oct 3, 2022 at 4:32 PM Robert Dubner wrote: > > 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 encountere

How do I create a GCC source code tarball?

2022-10-03 Thread Robert Dubner
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