mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
[build] Show pkg-config file being generated
The current Makefile hides the console messages for the pkg-config files generated from the clutter.pc file. We should show them, instead.
This commit is contained in:
parent
c229de8dde
commit
b72b6e88f7
@ -17,11 +17,11 @@ pcfiles = \
|
||||
|
||||
# clutter-<major>.<minor>.pc - for generic dependencies
|
||||
clutter-$(CLUTTER_API_VERSION).pc: clutter.pc
|
||||
@cp $< $@
|
||||
$(QUIET_GEN)cp $< $@
|
||||
|
||||
# clutter-<flavour>-<major>.<minor>.pc - for backend-specific dependencies
|
||||
clutter-$(CLUTTER_FLAVOUR)-$(CLUTTER_API_VERSION).pc: clutter.pc
|
||||
@cp $< $@
|
||||
$(QUIET_GEN)cp $< $@
|
||||
|
||||
.PHONY: test-report full-report
|
||||
test-report full-report:
|
||||
|
Loading…
Reference in New Issue
Block a user