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

--- Comment #6 from Shriram V <shri...@yahoo.com> ---
bin_PROGRAMS = abc
abc_SOURCES  = sub/main.c sub/abc.c

When you set subdir-objects, it always creates object files in the same dir as
the source file. E.g: sub/main.o, sub/abc.o

So, its working as expected, however this is BROKEN when I configure under a
different directory. Eg: mkdir config1; cd config1; ../configure. I expect all
*.o in a parallel hierarchy under config1, but with subdir-objects it is still
creating object files alongside the source. Effectively then we can't anymore
have multiple coexisting configurations.

Let me know if this has some workaround, (or if my understanding is wrong).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to