From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 935 invoked by alias); 25 Apr 2003 16:56:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 893 invoked by uid 71); 25 Apr 2003 16:56:01 -0000 Resent-Date: 25 Apr 2003 16:56:01 -0000 Resent-Message-ID: <20030425165601.890.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, john.whelan@marconi.com Received: (qmail 28345 invoked by uid 48); 25 Apr 2003 16:51:10 -0000 Message-Id: <20030425165110.28344.qmail@sources.redhat.com> Date: Fri, 25 Apr 2003 16:56:00 -0000 From: john.whelan@marconi.com Reply-To: john.whelan@marconi.com To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: target/10502: Syntax error when running make bootstrap X-SW-Source: 2003-04/txt/msg01110.txt.bz2 List-Id: >Number: 10502 >Category: target >Synopsis: Syntax error when running make bootstrap >Confidential: no >Severity: critical >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Fri Apr 25 16:56:01 UTC 2003 >Closed-Date: >Last-Modified: >Originator: john.whelan@marconi.com >Release: gcc-3.2.2 >Organization: >Environment: HP-UX 11.00 >Description: 1. Ran the following command to configure gcc /part1/gcc_source_322/gcc-3.2.2/configure --prefix=/part1/gcc_install --exec-prefix=/part1/gcc_install_hpux1100 2. Ran make bootstrap and got the following problem Make: line 1251: syntax error. Stop. 3. Here are the lines beside line 1251 of the Makefile. Line 1251 is the line $(ALL_BUILD_MODULES): # This rule is used to build the modules which are built with the # build machine's native compiler. .PHONY: $(ALL_BUILD_MODULES) $(ALL_BUILD_MODULES): dir=`echo $@ | sed -e 's/all-build-//'`; \ if [ -f ./$${dir}/Makefile ] ; then \ r=`pwd`; export r; \ s=`cd $(srcdir); pwd`; export s; \ (cd $(BUILD_SUBDIR)/$${dir} && $(MAKE) all); \ else \ true; \ fi >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: