[quake3-bugzilla] [Bug 4995] New: Fix odd newline in $ARCH

bugzilla-daemon at icculus.org bugzilla-daemon at icculus.org
Sat May 21 16:31:53 EDT 2011


https://bugzilla.icculus.org/show_bug.cgi?id=4995

           Summary: Fix odd newline in $ARCH
           Product: ioquake3
           Version: SVN HEAD
          Platform: SGI
        OS/Version: IRIX
            Status: NEW
          Severity: trivial
          Priority: P3
         Component: Platform
        AssignedTo: zakk at icculus.org
        ReportedBy: baggett.patrick at gmail.com
         QAContact: quake3-bugzilla at icculus.org


Created attachment 2719
  --> https://bugzilla.icculus.org/attachment.cgi?id=2719
Fixes the \n in the $ARCH variable for IRIX/mips

Using the default makefile, I get this:

Makefile:1870: warning: overriding commands for target `.so'
Makefile:1826: warning: ignoring old commands for target `.so'
Makefile:1923: warning: overriding commands for target `.so'
Makefile:1870: warning: ignoring old commands for target `.so'
Makefile:1974: warning: overriding commands for target `.so'
Makefile:1923: warning: ignoring old commands for target `.so'
Makefile:2037: warning: overriding commands for target `.so'
Makefile:1974: warning: ignoring old commands for target `.so'
Makefile:2065: warning: overriding commands for target `.so'
Makefile:2037: warning: ignoring old commands for target `.so'


[...a bit later...]

  Output:
    build/release-irix64-mips/ioq3ded.mips
    build/release-irix64-mips/ioquake3.mips
    build/release-irix64-mips/baseq3/cgamemips
    .so
    build/release-irix64-mips/baseq3/qagamemips
    .so
    build/release-irix64-mips/baseq3/uimips
    .so
    build/release-irix64-mips/missionpack/cgamemips
    .so
    build/release-irix64-mips/missionpack/qagamemips
    .so
    build/release-irix64-mips/missionpack/uimips
    .so


It looks like the "mips" is actually "mips\n" somehow. Patch to fix the
makefile is attached, it basically removes extra whitespace around "ARCH=mips"
line.

-- 
Configure bugmail: https://bugzilla.icculus.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the quake3-bugzilla mailing list