From patchwork Fri Feb 10 22:07:49 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 726751 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vKpwx1Tj6z9s83 for ; Sat, 11 Feb 2017 09:08:15 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="ULVW405Z"; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=So3CTm2n2a1tG+tev0/UW+mnu8SrbxtT5YdcDFlk00W3D2efIc6DB 7ny2wUrKyIu8k/PP466Q37akUNMhAW2NeWUuCqYyHpE7wFEp07F7/+ZZUKPs4ug+ gumwbiQXSLcUC4Ek7JeH1JA/s70phRGEobfvV5Gvc+ojnBUbKuKamQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=QdaesxuBQXoIRlzw6C0bU4XNP5M=; b=ULVW405ZkEsyMqfQje3Z T0DWmDXxt2zAUzzmKgcSq8+n4vopXlkBJXP1IxrfbNA5vFXw72hHgNM9lzeD1el6 g4Kv9zfbO8WAfj/0y9pYYpkP3Xw3VpmA72nNTcCapK3cG40hgNM1kPs+dJlRyFV4 0C/OcMgq8J0HLRBGQ4qbjt4= Received: (qmail 80863 invoked by alias); 10 Feb 2017 22:08:06 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 80852 invoked by uid 89); 10 Feb 2017 22:08:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=1388, textual, Builds X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 10 Feb 2017 22:07:55 +0000 Received: from anthias.dhcp.nue.suse.com (nat.nue.novell.com [195.135.221.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id D08223F531 for ; Fri, 10 Feb 2017 17:07:50 -0500 (EST) Date: Fri, 10 Feb 2017 23:07:49 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [doc] doc/makefile.texi: refer to installation instructions Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes This link has _never_ worked, and instead of referring to the copy at gcc.gnu.org/install/ referring to the installation instructions in textual form makes sense. (They are part of release tarballs, for example.) Applied. Gerald 2017-02-10 Gerald Pfeifer * doc/makefile.texi (profiledbootstrap): Refer to the installation instructions only in textual form. Index: doc/makefile.texi =================================================================== --- doc/makefile.texi (revision 245347) +++ doc/makefile.texi (working copy) @@ -138,8 +138,7 @@ @item profiledbootstrap Builds a compiler with profiling feedback information. In this case, the second and third stages are named @samp{profile} and @samp{feedback}, -respectively. For more information, see -@ref{Building,,Building with profile feedback,gccinstall,Installing GCC}. +respectively. For more information, see the installation instructions. @item restrap Restart a bootstrap, so that everything that was not built with