From: Nathanael Nerode <neroden@twcny.rr.com>
To: gcc-patches@gcc.gnu.org, binutils@sources.redhat.com,
gdb-patches@sources.redhat.com, dj@redhat.com
Subject: (toplevel patch) Remove 'vault' targets
Date: Mon, 18 Nov 2002 23:25:00 -0000 [thread overview]
Message-ID: <20021119072527.GA7255@doctormoo> (raw)
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
next reply other threads:[~2002-11-19 7:25 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-18 23:25 Nathanael Nerode [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20021119072527.GA7255@doctormoo \
--to=neroden@twcny.rr.com \
--cc=binutils@sources.redhat.com \
--cc=dj@redhat.com \
--cc=gcc-patches@gcc.gnu.org \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox