* (toplevel patch) Remove 'vault' targets
@ 2002-11-18 23:25 Nathanael Nerode
0 siblings, 0 replies; 15+ messages in thread
From: Nathanael Nerode @ 2002-11-18 23:25 UTC (permalink / raw)
To: gcc-patches, binutils, gdb-patches, dj
The 'vault' targets appear to be long since abandoned.
* Makefile.tpl: Remove 'vault' targets.
* Makefile.in: Regenerate.
Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/Makefile.in,v
retrieving revision 1.111.4.14
diff -u -r1.111.4.14 Makefile.in
--- Makefile.in 19 Nov 2002 06:56:25 -0000 1.111.4.14
+++ Makefile.in 19 Nov 2002 07:17:43 -0000
@@ -1195,28 +1195,13 @@
# Installation targets.
-.PHONY: install uninstall source-vault binary-vault vault-install
+.PHONY: install uninstall
install: installdirs @install_host_modules@ @install_target_modules@
install-target: @install_target_modules@
uninstall:
@echo "the uninstall target is not supported in this tree"
-
-source-vault:
- $(MAKE) -f ./release/Build-A-Release \
- host=$(host_alias) source-vault
-
-binary-vault:
- $(MAKE) -f ./release/Build-A-Release \
- host=$(host_alias) target=$(target_alias)
-
-vault-install:
- @if [ -f ./release/vault-install ] ; then \
- ./release/vault-install $(host_alias) $(target_alias) ; \
- else \
- true ; \
- fi
.PHONY: install.all
install.all: install-no-fixedincludes
Index: Makefile.tpl
===================================================================
RCS file: /cvs/gcc/gcc/Makefile.tpl,v
retrieving revision 1.5.2.12
diff -u -r1.5.2.12 Makefile.tpl
--- Makefile.tpl 19 Nov 2002 06:56:25 -0000 1.5.2.12
+++ Makefile.tpl 19 Nov 2002 07:17:45 -0000
@@ -738,28 +738,13 @@
# Installation targets.
-.PHONY: install uninstall source-vault binary-vault vault-install
+.PHONY: install uninstall
install: installdirs @install_host_modules@ @install_target_modules@
install-target: @install_target_modules@
uninstall:
@echo "the uninstall target is not supported in this tree"
-
-source-vault:
- $(MAKE) -f ./release/Build-A-Release \
- host=$(host_alias) source-vault
-
-binary-vault:
- $(MAKE) -f ./release/Build-A-Release \
- host=$(host_alias) target=$(target_alias)
-
-vault-install:
- @if [ -f ./release/vault-install ] ; then \
- ./release/vault-install $(host_alias) $(target_alias) ; \
- else \
- true ; \
- fi
.PHONY: install.all
install.all: install-no-fixedincludes
^ permalink raw reply [flat|nested] 15+ messages in thread
* (toplevel patch) Remove 'vault' targets
@ 2002-11-27 18:46 Nathanael Nerode
2002-11-27 20:29 ` Andrew Cagney
2002-12-02 12:23 ` DJ Delorie
0 siblings, 2 replies; 15+ messages in thread
From: Nathanael Nerode @ 2002-11-27 18:46 UTC (permalink / raw)
To: gcc-patches, gdb-patches, binutils, dj
The 'vault' targets appear to be long since abandoned.
Again, this goes in b-i-b and hits src when gcc3.3 branches.
* Makefile.tpl: Remove 'vault' targets.
* Makefile.in: Regenerate.
Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/Makefile.in,v
retrieving revision 1.111.4.14
diff -u -r1.111.4.14 Makefile.in
--- Makefile.in 19 Nov 2002 06:56:25 -0000 1.111.4.14
+++ Makefile.in 19 Nov 2002 07:17:43 -0000
@@ -1195,28 +1195,13 @@
# Installation targets.
-.PHONY: install uninstall source-vault binary-vault vault-install
+.PHONY: install uninstall
install: installdirs @install_host_modules@ @install_target_modules@
install-target: @install_target_modules@
uninstall:
@echo "the uninstall target is not supported in this tree"
-
-source-vault:
- $(MAKE) -f ./release/Build-A-Release \
- host=$(host_alias) source-vault
-
-binary-vault:
- $(MAKE) -f ./release/Build-A-Release \
- host=$(host_alias) target=$(target_alias)
-
-vault-install:
- @if [ -f ./release/vault-install ] ; then \
- ./release/vault-install $(host_alias) $(target_alias) ; \
- else \
- true ; \
- fi
.PHONY: install.all
install.all: install-no-fixedincludes
Index: Makefile.tpl
===================================================================
RCS file: /cvs/gcc/gcc/Makefile.tpl,v
retrieving revision 1.5.2.12
diff -u -r1.5.2.12 Makefile.tpl
--- Makefile.tpl 19 Nov 2002 06:56:25 -0000 1.5.2.12
+++ Makefile.tpl 19 Nov 2002 07:17:45 -0000
@@ -738,28 +738,13 @@
# Installation targets.
-.PHONY: install uninstall source-vault binary-vault vault-install
+.PHONY: install uninstall
install: installdirs @install_host_modules@ @install_target_modules@
install-target: @install_target_modules@
uninstall:
@echo "the uninstall target is not supported in this tree"
-
-source-vault:
- $(MAKE) -f ./release/Build-A-Release \
- host=$(host_alias) source-vault
-
-binary-vault:
- $(MAKE) -f ./release/Build-A-Release \
- host=$(host_alias) target=$(target_alias)
-
-vault-install:
- @if [ -f ./release/vault-install ] ; then \
- ./release/vault-install $(host_alias) $(target_alias) ; \
- else \
- true ; \
- fi
.PHONY: install.all
install.all: install-no-fixedincludes
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: (toplevel patch) Remove 'vault' targets
2002-11-27 18:46 Nathanael Nerode
@ 2002-11-27 20:29 ` Andrew Cagney
2002-11-27 21:01 ` DJ Delorie
2002-12-02 12:23 ` DJ Delorie
1 sibling, 1 reply; 15+ messages in thread
From: Andrew Cagney @ 2002-11-27 20:29 UTC (permalink / raw)
To: gcc-patches; +Cc: Nathanael Nerode, gdb-patches, binutils, dj
> The 'vault' targets appear to be long since abandoned.
>
> Again, this goes in b-i-b and hits src when gcc3.3 branches.
How long is this freeze for?
I think its better for Nath. to be committing this stuff incrementally
(at least to the src repository). That way it gets exposed to the
mainstream sooner.
Andrew
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: (toplevel patch) Remove 'vault' targets
2002-11-27 20:29 ` Andrew Cagney
@ 2002-11-27 21:01 ` DJ Delorie
2002-11-28 10:14 ` Andrew Cagney
0 siblings, 1 reply; 15+ messages in thread
From: DJ Delorie @ 2002-11-27 21:01 UTC (permalink / raw)
To: ac131313; +Cc: gcc-patches, neroden, gdb-patches, binutils
> I think its better for Nath. to be committing this stuff incrementally
> (at least to the src repository). That way it gets exposed to the
> mainstream sooner.
We could start committing to src if we don't mind src and gcc being
out of sync until gcc's freeze is over.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: (toplevel patch) Remove 'vault' targets
2002-11-27 21:01 ` DJ Delorie
@ 2002-11-28 10:14 ` Andrew Cagney
2002-11-28 12:14 ` Phil Edwards
2002-11-29 0:54 ` Nick Clifton
0 siblings, 2 replies; 15+ messages in thread
From: Andrew Cagney @ 2002-11-28 10:14 UTC (permalink / raw)
Cc: DJ Delorie, gcc-patches, neroden, gdb-patches, binutils, Nick Clifton
>> I think its better for Nath. to be committing this stuff incrementally
>> (at least to the src repository). That way it gets exposed to the
>> mainstream sooner.
>
>
> We could start committing to src if we don't mind src and gcc being
> out of sync until gcc's freeze is over.
M'kay by me. Nick? Preference?
Andrew
(I keep reading that as ``until gcc freezes over'' ... :-)
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: (toplevel patch) Remove 'vault' targets
2002-11-28 10:14 ` Andrew Cagney
@ 2002-11-28 12:14 ` Phil Edwards
2002-11-29 0:54 ` Nick Clifton
1 sibling, 0 replies; 15+ messages in thread
From: Phil Edwards @ 2002-11-28 12:14 UTC (permalink / raw)
To: Andrew Cagney
Cc: DJ Delorie, gcc-patches, neroden, gdb-patches, binutils, Nick Clifton
On Thu, Nov 28, 2002 at 01:13:56PM -0500, Andrew Cagney wrote:
> > We could start committing to src if we don't mind src and gcc being
> > out of sync until gcc's freeze is over.
>
> M'kay by me. Nick? Preference?
>
> Andrew
>
> (I keep reading that as ``until gcc freezes over'' ... :-)
We should change the homepage scheme based on the state of the branches.
Normal development uses a normal color/layout scheme. When a branch is
frozen, all the colors are shades of blue, and icicles hang from the images.
That way people could tell at a glance the state of development.
Heck NO I'm not volunteering to implement it. :-)
Phil
--
I would therefore like to posit that computing's central challenge, viz. "How
not to make a mess of it," has /not/ been met.
- Edsger Dijkstra, 1930-2002
^ permalink raw reply [flat|nested] 15+ messages in thread* Re: (toplevel patch) Remove 'vault' targets
2002-11-28 10:14 ` Andrew Cagney
2002-11-28 12:14 ` Phil Edwards
@ 2002-11-29 0:54 ` Nick Clifton
2002-11-29 7:22 ` Andrew Cagney
1 sibling, 1 reply; 15+ messages in thread
From: Nick Clifton @ 2002-11-29 0:54 UTC (permalink / raw)
To: gdb-patches, binutils; +Cc: gcc-patches, neroden
Hi Andrew,
> >> I think its better for Nath. to be committing this stuff
> >> incrementally (at least to the src repository). That way it gets
> >> exposed to the mainstream sooner.
> > We could start committing to src if we don't mind src and gcc being
> > out of sync until gcc's freeze is over.
>
> M'kay by me. Nick? Preference?
I would prefer to keep the two projects in sync if possible. I assume
that there is no great urgency to remove the vault targets, so why not
wait until the gcc freeze is over and the patch can be applied to both
projects at the same time ?
Cheers
Nick
^ permalink raw reply [flat|nested] 15+ messages in thread* Re: (toplevel patch) Remove 'vault' targets
2002-11-29 0:54 ` Nick Clifton
@ 2002-11-29 7:22 ` Andrew Cagney
2002-11-29 7:52 ` DJ Delorie
2002-11-29 8:18 ` Nick Clifton
0 siblings, 2 replies; 15+ messages in thread
From: Andrew Cagney @ 2002-11-29 7:22 UTC (permalink / raw)
To: Nick Clifton; +Cc: gdb-patches, binutils, gcc-patches, neroden
> Hi Andrew,
>
>
>> >> I think its better for Nath. to be committing this stuff
>> >> incrementally (at least to the src repository). That way it gets
>> >> exposed to the mainstream sooner.
>
>> > We could start committing to src if we don't mind src and gcc being
>> > out of sync until gcc's freeze is over.
>
>>
>> M'kay by me. Nick? Preference?
>
>
> I would prefer to keep the two projects in sync if possible. I assume
> that there is no great urgency to remove the vault targets, so why not
> wait until the gcc freeze is over and the patch can be applied to both
> projects at the same time ?
If it were a single patch, it would be no big deal. Unfortunatly, it is
an accumulating sequence of changes that will hit GDB/BINUTILS at some
random point in the future (most (all?) patches that Nath. recently
posted are being parked on a branch :-().
In the case of GDB, mega-jumbo breaking branch merges are not our style.
Nath. would effectively have to slow-mo re-play these changes into the
src repository :-(
Andrew
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: (toplevel patch) Remove 'vault' targets
2002-11-29 7:22 ` Andrew Cagney
@ 2002-11-29 7:52 ` DJ Delorie
2002-11-29 8:18 ` Nick Clifton
1 sibling, 0 replies; 15+ messages in thread
From: DJ Delorie @ 2002-11-29 7:52 UTC (permalink / raw)
To: ac131313; +Cc: nickc, gdb-patches, binutils, gcc-patches, neroden
> Nath. would effectively have to slow-mo re-play these changes into
> the src repository :-(
That's what I though we meant...
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: (toplevel patch) Remove 'vault' targets
2002-11-29 7:22 ` Andrew Cagney
2002-11-29 7:52 ` DJ Delorie
@ 2002-11-29 8:18 ` Nick Clifton
2002-11-29 8:20 ` DJ Delorie
1 sibling, 1 reply; 15+ messages in thread
From: Nick Clifton @ 2002-11-29 8:18 UTC (permalink / raw)
To: ac131313, neroden; +Cc: gdb-patches, binutils, gcc-patches
Hi Andrew,
> >> M'kay by me. Nick? Preference?
> > I would prefer to keep the two projects in sync if possible. I
> > assume
> > that there is no great urgency to remove the vault targets, so why not
> > wait until the gcc freeze is over and the patch can be applied to both
> > projects at the same time ?
>
> If it were a single patch, it would be no big deal. Unfortunatly, it
> is an accumulating sequence of changes that will hit GDB/BINUTILS at
> some random point in the future (most (all?) patches that
> Nath. recently posted are being parked on a branch :-().
>
> In the case of GDB, mega-jumbo breaking branch merges are not our
> style. Nath. would effectively have to slow-mo re-play these changes
> into the src repository :-(
In which case, Nath - please go ahead and apply the patches.
Cheers
Nick
^ permalink raw reply [flat|nested] 15+ messages in thread* Re: (toplevel patch) Remove 'vault' targets
2002-11-29 8:18 ` Nick Clifton
@ 2002-11-29 8:20 ` DJ Delorie
2002-11-29 9:00 ` Nick Clifton
0 siblings, 1 reply; 15+ messages in thread
From: DJ Delorie @ 2002-11-29 8:20 UTC (permalink / raw)
To: nickc; +Cc: ac131313, neroden, gdb-patches, binutils, gcc-patches
> In which case, Nath - please go ahead and apply the patches.
Would it be wise to limit such patches to 1-3 per day, say, late in
the USA day so a majority of the nightly auto-builds will catch it and
we've got time to correct them before the next patch?
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: (toplevel patch) Remove 'vault' targets
2002-11-29 8:20 ` DJ Delorie
@ 2002-11-29 9:00 ` Nick Clifton
2002-11-29 9:19 ` Andrew Cagney
0 siblings, 1 reply; 15+ messages in thread
From: Nick Clifton @ 2002-11-29 9:00 UTC (permalink / raw)
To: DJ Delorie; +Cc: ac131313, neroden, gdb-patches, binutils, gcc-patches
Hi DJ,
> > In which case, Nath - please go ahead and apply the patches.
>
> Would it be wise to limit such patches to 1-3 per day, say, late in
> the USA day so a majority of the nightly auto-builds will catch it and
> we've got time to correct them before the next patch?
Soudns like a good idea - Nate ?
Cheers
Nick
^ permalink raw reply [flat|nested] 15+ messages in thread* Re: (toplevel patch) Remove 'vault' targets
2002-11-29 9:00 ` Nick Clifton
@ 2002-11-29 9:19 ` Andrew Cagney
2002-11-29 9:48 ` DJ Delorie
0 siblings, 1 reply; 15+ messages in thread
From: Andrew Cagney @ 2002-11-29 9:19 UTC (permalink / raw)
To: Nick Clifton, DJ Delorie, neroden; +Cc: gdb-patches, binutils, gcc-patches
> Hi DJ,
>
>
>> > In which case, Nath - please go ahead and apply the patches.
>
>>
>> Would it be wise to limit such patches to 1-3 per day, say, late in
>> the USA day so a majority of the nightly auto-builds will catch it and
>> we've got time to correct them before the next patch?
Night? To catch GDB's nightly snap it needs to be in before 00:00 UTC.
Shouldn't Nath. just commit in the local morning looking for problems
through the local day.
Andrew
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: (toplevel patch) Remove 'vault' targets
2002-11-27 18:46 Nathanael Nerode
2002-11-27 20:29 ` Andrew Cagney
@ 2002-12-02 12:23 ` DJ Delorie
1 sibling, 0 replies; 15+ messages in thread
From: DJ Delorie @ 2002-12-02 12:23 UTC (permalink / raw)
To: neroden; +Cc: gcc-patches, gdb-patches, binutils
> The 'vault' targets appear to be long since abandoned.
>
> Again, this goes in b-i-b and hits src when gcc3.3 branches.
>
> * Makefile.tpl: Remove 'vault' targets.
> * Makefile.in: Regenerate.
Ok.
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2002-12-02 20:23 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-18 23:25 (toplevel patch) Remove 'vault' targets Nathanael Nerode
2002-11-27 18:46 Nathanael Nerode
2002-11-27 20:29 ` Andrew Cagney
2002-11-27 21:01 ` DJ Delorie
2002-11-28 10:14 ` Andrew Cagney
2002-11-28 12:14 ` Phil Edwards
2002-11-29 0:54 ` Nick Clifton
2002-11-29 7:22 ` Andrew Cagney
2002-11-29 7:52 ` DJ Delorie
2002-11-29 8:18 ` Nick Clifton
2002-11-29 8:20 ` DJ Delorie
2002-11-29 9:00 ` Nick Clifton
2002-11-29 9:19 ` Andrew Cagney
2002-11-29 9:48 ` DJ Delorie
2002-12-02 12:23 ` DJ Delorie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox