]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/liburing/Makefile.quiet
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / liburing / Makefile.quiet
diff --git a/ceph/src/liburing/Makefile.quiet b/ceph/src/liburing/Makefile.quiet
new file mode 100644 (file)
index 0000000..8eac349
--- /dev/null
@@ -0,0 +1,10 @@
+ifneq ($(findstring $(MAKEFLAGS),s),s)
+ifndef V
+       QUIET_CC        = @echo '    '   CC $@;
+       QUIET_LINK      = @echo '  '   LINK $@;
+       QUIET_AR        = @echo '    '   AR $@;
+       QUIET_RANLIB    = @echo '' RANLIB $@;
+endif
+endif
+
+