public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* target/10502: Syntax error when running make bootstrap
@ 2003-04-25 16:56 john.whelan
  0 siblings, 0 replies; 2+ messages in thread
From: john.whelan @ 2003-04-25 16:56 UTC (permalink / raw)
  To: gcc-gnats


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: target/10502: Syntax error when running make bootstrap
@ 2003-04-25 17:19 paolo
  0 siblings, 0 replies; 2+ messages in thread
From: paolo @ 2003-04-25 17:19 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, john.whelan, nobody

Synopsis: Syntax error when running make bootstrap

State-Changed-From-To: open->closed
State-Changed-By: paolo
State-Changed-When: Fri Apr 25 17:19:11 2003
State-Changed-Why:
    Exact duplicate of target/10501.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10502


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-04-25 17:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-25 16:56 target/10502: Syntax error when running make bootstrap john.whelan
2003-04-25 17:19 paolo

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).