target/10501: Syntax error when running make bootstrap

john.whelan@marconi.com john.whelan@marconi.com
Fri Apr 25 17:59:00 GMT 2003


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



More information about the Gcc-bugs mailing list