[Mesa-dev] [Bug 88369] Build break: generated format_*pack.c files are accessed from wrong directory

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jan 13 04:19:19 PST 2015


https://bugs.freedesktop.org/show_bug.cgi?id=88369

            Bug ID: 88369
           Summary: Build break: generated format_*pack.c files are
                    accessed from wrong directory
           Product: Mesa
           Version: git
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Mesa core
          Assignee: mesa-dev at lists.freedesktop.org
          Reporter: eero.t.tamminen at intel.com

While the generated format_*pack.c files work when build is done in the source
directory, things break when build is done in a separate directory (which has
worked fine until now).

$ make
make[4]: Entering directory '<path>/mesa/64bit/src/mesa'
  CCLD   libmesa_sse41.la
make[4]: *** No rule to make target '../../../src/mesa/main/format_pack.c',
needed by 'format_pack.lo'.  Stop.
$ find .. -name format_pack.c
../64bit/src/mesa/main/format_pack.c

Makefile refers to generated files from source directory although it should
refer to them from build directory.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150113/5f4f0da1/attachment.html>


More information about the mesa-dev mailing list