Makefiles: Be less verbose when performing make rules by only printing the command being executed and the source and/or target file.

Robert Shearman rob at codeweavers.com
Tue Mar 13 14:29:41 CDT 2007


The old behaviour can be turned back on by setting the VERBOSE 
environment variable to "yes".
---
  Make.rules.in              |   39 ++++++++++++++++++++-------------------
  dlls/Makedll.rules.in      |    2 +-
  dlls/Makeimplib.rules.in   |    6 +++---
  dlls/Maketest.rules.in     |   12 ++++++------
  programs/Makeprog.rules.in |    4 ++--
  tools/makerule             |   12 ++++++++++++
  6 files changed, 44 insertions(+), 31 deletions(-)
  create mode 100755 tools/makerule

As an example, running make in the dlls/msi directory now prints just 
the following:
[CC] action.c
[CC] alter.c
[CC] appsearch.c
[CC] classes.c
[CC] create.c
[CC] custom.c
[CC] database.c
[CC] delete.c
[CC] dialog.c
[CC] distinct.c
[CC] events.c
[CC] files.c
[CC] font.c
[CC] format.c
[CC] handle.c
[CC] helpers.c
[CC] insert.c
[CC] install.c
[CC] join.c
[CC] msi.c
[CC] msi_main.c
[CC] msiquery.c
[CC] order.c
[CC] package.c
[CC] preview.c
[CC] record.c
[CC] registry.c
[CC] regsvr.c
[CC] select.c
[CC] source.c
[CC] string.c
[CC] suminfo.c
[CC] table.c
[BISON] sql.y
[CC] tokenize.c
[CC] update.c
[CC] upgrade.c
[CC] where.c
[BISON] cond.y
[CC] cond.tab.c
[CC] sql.tab.c
[BIN2RES] msi.rc -> instabsent.bmp
[BIN2RES] msi.rc -> instadvert.bmp
[BIN2RES] msi.rc -> instlocal.bmp
[WIDL] msiserver.idl -> msiserver.tlb
[RC] msi.rc
Linking msi.dll.so
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 5cd92eef69f4f51963a1227e59d20b545f8bf40f.diff
Type: text/x-patch
Size: 7543 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070313/8386a43f/5cd92eef69f4f51963a1227e59d20b545f8bf40f.bin


More information about the wine-patches mailing list