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


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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-04-25 16:56 UTC | newest]

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

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