[Bug 49841] Building with "-sw" doesn't show sub directories anymore

WineHQ Bugzilla wine-bugs at winehq.org
Mon Sep 14 16:31:28 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49841

Zebediah Figura <z.figura12 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |z.figura12 at gmail.com
            Version|unspecified                 |5.17
          Component|-unknown                    |build-env

--- Comment #1 from Zebediah Figura <z.figura12 at gmail.com> ---
I don't think it can exist in the same form, since the makefile no longer
really has a concept of subdirectories, and is essentially free to build the
targets in any order (modulo dependencies, of course).

I used these options as well, essentially as a way to gauge make's progress (by
judging how far through the alphabet it is) while avoiding printing every
command verbatim (because gcc command lines are very long, containing mostly
redundant information, and it's thus harder to find the source filename and
harder to pick out compiler errors).

If this is all that is desired by the reporter as well (and anyone else who
misses the old behaviour of -s -w), I think a probably sufficient solution
would be to introduce automake-style "silent rules", i.e. output like the
following:

  CC       libs/vkd3d/command.lo
  CC       libs/vkd3d/device.lo
  CC       libs/vkd3d/resource.lo
  CC       libs/vkd3d/state.lo
  CC       libs/vkd3d/utils.lo
  CC       libs/vkd3d/vkd3d_main.lo
  CC       libs/vkd3d-utils/vkd3d_utils_main.lo
  GEN      libvkd3d.pc

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list