projects
/
platform
/
upstream
/
libusb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa9b682
)
libusb/Makefile.am: Make the libusb-1.0.rc rule support silent-rules
author
Peter Stuge
<peter@stuge.se>
Thu, 22 Sep 2011 19:38:29 +0000
(21:38 +0200)
committer
Peter Stuge
<peter@stuge.se>
Mon, 17 Oct 2011 14:25:51 +0000
(16:25 +0200)
libusb/Makefile.am
patch
|
blob
|
history
diff --git
a/libusb/Makefile.am
b/libusb/Makefile.am
index 22661dccb7b7efa6589c43026a2dab4deb654c89..d39910b60ff1388ae9f5a175701d4df8d47605a5 100644
(file)
--- a/
libusb/Makefile.am
+++ b/
libusb/Makefile.am
@@
-19,8
+19,12
@@
endif
if OS_WINDOWS
OS_SRC = $(WINDOWS_USB_SRC)
+pkg_v_rc = $(pkg_v_rc_$(V))
+pkg_v_rc_ = $(pkg_v_rc_$(AM_DEFAULT_VERBOSITY))
+pkg_v_rc_0 = @echo " RC $@";
+
.rc.lo:
- $(
LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS)
--mode=compile $(RC) $(RCFLAGS) -i $< -o $@
+ $(
pkg_v_rc)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --tag=RC
--mode=compile $(RC) $(RCFLAGS) -i $< -o $@
endif
if THREADS_POSIX