public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: john.whelan@marconi.com
To: gcc-gnats@gcc.gnu.org
Subject: target/10501: Syntax error when running make bootstrap
Date: Fri, 25 Apr 2003 16:56:00 -0000	[thread overview]
Message-ID: <20030425165056.28314.qmail@sources.redhat.com> (raw)


>Number:         10501
>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:


                 reply	other threads:[~2003-04-25 16:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20030425165056.28314.qmail@sources.redhat.com \
    --to=john.whelan@marconi.com \
    --cc=gcc-gnats@gcc.gnu.org \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).