[LLVMbugs] [Bug 2168] New: spurious '!' in gcc/Makefile.in

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Mar 20 07:24:11 PDT 2008


http://llvm.org/bugs/show_bug.cgi?id=2168

           Summary: spurious '!' in gcc/Makefile.in
           Product: tools
           Version: 2.2
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: llvm-gcc
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: jay.foad at antixlabs.com
                CC: llvmbugs at cs.uiuc.edu


In the GCC 4.2 gcc/Makefile.in, there's a spurious '!' character at the start
of this line:

stage1_build:
        if test "${SET_DYLIB_PATH}" = "1"; then \
          DYLD_LIBRARY_PATH="`${PWD_COMMAND}`"; \
        fi; \
        $(MAKE) CC="$(CC)" libdir=$(libdir) LANGUAGES="$(BOOT_LANGUAGES)" \
                CFLAGS="$(STAGE1_CFLAGS) $(STAGE1_CHECKING_CFLAGS)" \
                MAKEINFO="$(MAKEINFO)" MAKEINFOFLAGS="$(MAKEINFOFLAGS)" \
                COVERAGE_FLAGS= OBJS-onestep="$(OBJS)" \
!               LLVM_STAGE="-stage1"
        $(STAMP) stage1_build
        echo stage1_build > stage_last

This thwarted my attempt to do a "make bootstrap" from the LLVM 2.2 GCC 4.2
source release.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list