Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* (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

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