mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 18:11:05 -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-<major>.<minor>.pc - for generic dependencies
|
||||||
clutter-$(CLUTTER_API_VERSION).pc: clutter.pc
|
clutter-$(CLUTTER_API_VERSION).pc: clutter.pc
|
||||||
@cp $< $@
|
$(QUIET_GEN)cp $< $@
|
||||||
|
|
||||||
# clutter-<flavour>-<major>.<minor>.pc - for backend-specific dependencies
|
# clutter-<flavour>-<major>.<minor>.pc - for backend-specific dependencies
|
||||||
clutter-$(CLUTTER_FLAVOUR)-$(CLUTTER_API_VERSION).pc: clutter.pc
|
clutter-$(CLUTTER_FLAVOUR)-$(CLUTTER_API_VERSION).pc: clutter.pc
|
||||||
@cp $< $@
|
$(QUIET_GEN)cp $< $@
|
||||||
|
|
||||||
.PHONY: test-report full-report
|
.PHONY: test-report full-report
|
||||||
test-report full-report:
|
test-report full-report:
|
||||||
|
Loading…
Reference in New Issue
Block a user