Module: wine Branch: master Commit: 5cf75e615a41a18d8058eb0c88a9d211d2f8179f URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=5cf75e615a41a18d8058eb0c...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Aug 28 13:37:44 2006 +0200
makefiles: Only run test and documentation targets in directories that need them.
---
Make.rules.in | 39 +++++++++++++++---- Makefile.in | 3 - dlls/Makefile.in | 84 ++++++++++++++++++++++++++++------------- dlls/Makeimplib.rules.in | 6 --- dlls/Maketest.rules.in | 2 - dlls/advapi32/Makefile.in | 2 - dlls/advpack/Makefile.in | 2 - dlls/cabinet/Makefile.in | 2 - dlls/comcat/Makefile.in | 2 - dlls/comctl32/Makefile.in | 2 - dlls/comdlg32/Makefile.in | 2 - dlls/crypt32/Makefile.in | 2 - dlls/d3d8/Makefile.in | 2 - dlls/d3d9/Makefile.in | 2 - dlls/ddraw/Makefile.in | 2 - dlls/dinput/Makefile.in | 2 - dlls/dnsapi/Makefile.in | 2 - dlls/dsound/Makefile.in | 2 - dlls/gdi/Makefile.in | 2 - dlls/hlink/Makefile.in | 2 - dlls/infosoft/Makefile.in | 2 - dlls/iphlpapi/Makefile.in | 2 - dlls/kernel/Makefile.in | 2 - dlls/lz32/Makefile.in | 2 - dlls/make_dlls | 57 +++++++++------------------- dlls/mapi32/Makefile.in | 2 - dlls/mlang/Makefile.in | 2 - dlls/msacm32/Makefile.in | 2 - dlls/mscms/Makefile.in | 2 - dlls/mshtml/Makefile.in | 2 - dlls/msi/Makefile.in | 2 - dlls/msvcrt/Makefile.in | 2 - dlls/msvcrtd/Makefile.in | 2 - dlls/msxml3/Makefile.in | 2 - dlls/netapi32/Makefile.in | 2 - dlls/ntdll/Makefile.in | 2 - dlls/ole32/Makefile.in | 2 - dlls/oleaut32/Makefile.in | 2 - dlls/psapi/Makefile.in | 2 - dlls/quartz/Makefile.in | 2 - dlls/riched20/Makefile.in | 2 - dlls/rpcrt4/Makefile.in | 2 - dlls/rsabase/Makefile.in | 2 - dlls/rsaenh/Makefile.in | 2 - dlls/secur32/Makefile.in | 2 - dlls/setupapi/Makefile.in | 2 - dlls/shdocvw/Makefile.in | 2 - dlls/shell32/Makefile.in | 2 - dlls/shlwapi/Makefile.in | 2 - dlls/urlmon/Makefile.in | 2 - dlls/user/Makefile.in | 2 - dlls/usp10/Makefile.in | 2 - dlls/uxtheme/Makefile.in | 2 - dlls/version/Makefile.in | 2 - dlls/wininet/Makefile.in | 2 - dlls/winmm/Makefile.in | 2 - dlls/winspool.drv/Makefile.in | 2 - dlls/ws2_32/Makefile.in | 2 - 58 files changed, 108 insertions(+), 187 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=5cf75e615a41a18d8058...