Yucom/make
Arkadiusz Hiler b2b17774e4 make/rules-source.mk: Suppress grep warnings.
The second grep in sequence can exit early (-q, as soon as we have one
match it exits with a success) which makes the first grep unhappy as its
write pipe is closed early, resulting in:

        syncing vulkan-loader... grep: write error: Broken pipe

Let's silence those errors.
2023-02-14 16:07:44 +02:00
..
rules-autoconf.mk build: Build vkd3d-shader with cross-compilation rules. 2022-01-19 11:26:04 +02:00
rules-cargo.mk Makefile.in: Build dav1d gst plugin 2022-01-24 22:53:20 +02:00
rules-cmake.mk make: Don't set CMAKE_SYSTEM_NAME=Linux 2022-01-19 11:29:54 +02:00
rules-common.mk glslang: Build from source instead of prebuilt binary. 2022-10-14 18:21:56 +03:00
rules-configure.mk proton: Add gst-libav and ffmpeg to build. 2022-01-24 22:53:20 +02:00
rules-meson.mk build: Better support meson cross compilation. 2022-01-19 11:26:04 +02:00
rules-source.mk make/rules-source.mk: Suppress grep warnings. 2023-02-14 16:07:44 +02:00
rules-winemaker.mk build: Install builtin libraries to target-arch lib subdirs. 2022-01-19 11:29:54 +02:00
utility.mk build: Move misc helpers to make/utility.mk. 2021-03-31 14:08:10 -05:00