This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

(toplevel patch) Remove 'vault' targets


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]