public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* make dist (?) and changing version numbers
@ 2001-09-24  3:04 David Vrabel
  2001-09-24  8:31 ` Phil Edwards
  0 siblings, 1 reply; 4+ messages in thread
From: David Vrabel @ 2001-09-24  3:04 UTC (permalink / raw)
  To: gcc

Hi,

How can I change the version number (from 3.0 to 3.0-xzzyx)?  I looked in
configure.in and Makefile.in but neither seemed to have it.

How do I build a bunch of source tarballs for distribution? make dist
doesn't work an says "Check out the etc/ subdirectory".  I tried
	cvs co etc
didn't work
	cvs co gcc/etc
worked but the etc/ was empty.

Ideally I want the multi-tarball distribution (gcc-code, gcc-c++,
gcc-java...).

David Vrabel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: make dist (?) and changing version numbers
  2001-09-24  3:04 make dist (?) and changing version numbers David Vrabel
@ 2001-09-24  8:31 ` Phil Edwards
  2001-09-24  9:04   ` David Vrabel
  0 siblings, 1 reply; 4+ messages in thread
From: Phil Edwards @ 2001-09-24  8:31 UTC (permalink / raw)
  To: David Vrabel; +Cc: gcc

On Mon, Sep 24, 2001 at 11:04:12AM +0100, David Vrabel wrote:
> How can I change the version number (from 3.0 to 3.0-xzzyx)?  I looked in
> configure.in and Makefile.in but neither seemed to have it.

Look in maintainer-scripts.  The update_version script shows where this
is changed.

> How do I build a bunch of source tarballs for distribution? make dist

I don't believe make dist is used for GCC.  (The GCC build structure predates
a lot of what we think of as common practice.)  Right now there's a bunch
of release scripts on the gcc.gnu.org machine, but I don't think they're
in CVS... ?


Phil

-- 
"You have to wonder what kind of life you have when your list of personal
rules begins with, '#3:  No drowning in your own mucus,' and '#4:  Don't
ask what happened to rules 1 and 2.'"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: make dist (?) and changing version numbers
  2001-09-24  8:31 ` Phil Edwards
@ 2001-09-24  9:04   ` David Vrabel
  2001-09-24  9:39     ` Phil Edwards
  0 siblings, 1 reply; 4+ messages in thread
From: David Vrabel @ 2001-09-24  9:04 UTC (permalink / raw)
  To: Phil Edwards; +Cc: gcc

On Mon, 24 Sep 2001, Phil Edwards wrote:

> On Mon, Sep 24, 2001 at 11:04:12AM +0100, David Vrabel wrote:
> > How can I change the version number (from 3.0 to 3.0-xzzyx)?  I looked in
> > configure.in and Makefile.in but neither seemed to have it.
>
> Look in maintainer-scripts.  The update_version script shows where this
> is changed.

Err. And I can find this where?

> > How do I build a bunch of source tarballs for distribution? make dist
>
> I don't believe make dist is used for GCC.  (The GCC build structure predates
> a lot of what we think of as common practice.)  Right now there's a bunch
> of release scripts on the gcc.gnu.org machine, but I don't think they're
> in CVS... ?

Do you have any suggestions on the best way to make a source dist?  I
guess I could do a make clean and just tar the whole thing up. But I would
like a proper dist (ie with all the install docs etc. built and in the
right place).

David Vrabel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: make dist (?) and changing version numbers
  2001-09-24  9:04   ` David Vrabel
@ 2001-09-24  9:39     ` Phil Edwards
  0 siblings, 0 replies; 4+ messages in thread
From: Phil Edwards @ 2001-09-24  9:39 UTC (permalink / raw)
  To: David Vrabel; +Cc: gcc

On Mon, Sep 24, 2001 at 05:04:31PM +0100, David Vrabel wrote:
> On Mon, 24 Sep 2001, Phil Edwards wrote:
> 
> > On Mon, Sep 24, 2001 at 11:04:12AM +0100, David Vrabel wrote:
> > > How can I change the version number (from 3.0 to 3.0-xzzyx)?  I looked in
> > > configure.in and Makefile.in but neither seemed to have it.
> >
> > Look in maintainer-scripts.  The update_version script shows where this
> > is changed.
> 
> Err. And I can find this where?

Whoops.  The top level:

  drwxrwxr-x    3 pme      pme          4096 Jun 14 05:00 INSTALL/
  drwxrwxr-x    8 pme      pme          4096 Sep 13 06:00 boehm-gc/
  drwxrwxr-x    3 pme      pme          4096 Sep 11 06:00 contrib/
  ...
  drwxrwxr-x   15 pme      pme          8192 Sep 23 06:00 gcc/
  drwxrwxr-x    3 pme      pme          4096 Apr 15 03:50 libchill/
  drwxrwxr-x    6 pme      pme          4096 Sep 23 06:01 libf2c/
  ...
  drwxrwxr-x    3 pme      pme          4096 Aug 30 06:02 maintainer-scripts/
  drwxrwxr-x    2 pme      pme          4096 May 17 19:02 targettools/
  drwxrwxr-x    8 pme      pme          4096 Jul  4 05:01 zlib/

You'll probably have to check it out explicitly.  In fact, now that I
think about it, you'll definitely have to request it; it's not part of
the normal GCC modules.  I apologize for the oversight.


> Do you have any suggestions on the best way to make a source dist?

No, 'fraid not... Jeff and Mark usually handle that kind of thing.  Guys?


Phil

-- 
"You have to wonder what kind of life you have when your list of personal
rules begins with, '#3:  No drowning in your own mucus,' and '#4:  Don't
ask what happened to rules 1 and 2.'"

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-09-24  9:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-24  3:04 make dist (?) and changing version numbers David Vrabel
2001-09-24  8:31 ` Phil Edwards
2001-09-24  9:04   ` David Vrabel
2001-09-24  9:39     ` Phil Edwards

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).