mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
build: Make some more rules silent if requested
This commit is contained in:
parent
3e2e82afef
commit
ca6566ea66
1 changed files with 6 additions and 2 deletions
|
@ -7,11 +7,15 @@ pcverfiles_uninstalled = \
|
||||||
### all-local: $(pcverfiles) $(pcverfiles_uninstalled)
|
### all-local: $(pcverfiles) $(pcverfiles_uninstalled)
|
||||||
all-local: $(pcverfiles_uninstalled)
|
all-local: $(pcverfiles_uninstalled)
|
||||||
|
|
||||||
|
cp_verbose = $(cp_verbose_$(V))
|
||||||
|
cp_verbose_ = $(cp_verbose_$(AM_DEFAULT_VERBOSITY))
|
||||||
|
cp_verbose_0 = @echo " CP $@";
|
||||||
|
|
||||||
### how to generate versioned .pc files from .pc files in this dir
|
### how to generate versioned .pc files from .pc files in this dir
|
||||||
%-@GST_MAJORMINOR@.pc: %.pc
|
%-@GST_MAJORMINOR@.pc: %.pc
|
||||||
cp $< $@
|
$(cp_verbose)cp $< $@
|
||||||
%-@GST_MAJORMINOR@-uninstalled.pc: %-uninstalled.pc
|
%-@GST_MAJORMINOR@-uninstalled.pc: %-uninstalled.pc
|
||||||
cp $< $@
|
$(cp_verbose)cp $< $@
|
||||||
|
|
||||||
# do not install for now
|
# do not install for now
|
||||||
# pkgconfigdir = $(libdir)/pkgconfig
|
# pkgconfigdir = $(libdir)/pkgconfig
|
||||||
|
|
Loading…
Reference in a new issue