-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
Description
Steps to reproduce
This is 9.1.1845. I am now seeing some annoying spam at the beginning of the make
step that I've never seen before, having to do with wayland:
Starting make in the src directory.
If there are problems, cd to the src directory and run make there
cd src && make first
make[1]: Entering directory '/opt/bld/vim/src'
/bin/sh install-sh -c -d objects
CC="gcc -Iproto -DHAVE_CONFIG_H -I/usr/include/x86_64-linux-gnu " srcdir=. sh ./osdef.sh
cd auto/wayland; make
cd auto/wayland; make
cd auto/wayland; make
cd auto/wayland; make
make[2]: Entering directory '/opt/bld/vim/src/auto/wayland'
wayland-scanner private-code protocols/ext-data-control-v1.xml ext-data-control-v1.c
make[2]: Entering directory '/opt/bld/vim/src/auto/wayland'
wayland-scanner private-code protocols/ext-data-control-v1.xml ext-data-control-v1.c
make[2]: Entering directory '/opt/bld/vim/src/auto/wayland'
wayland-scanner private-code protocols/ext-data-control-v1.xml ext-data-control-v1.c
make[2]: Entering directory '/opt/bld/vim/src/auto/wayland'
wayland-scanner private-code protocols/ext-data-control-v1.xml ext-data-control-v1.c
creating auto/pathdef.c
wayland-scanner private-code protocols/primary-selection-unstable-v1.xml primary-selection-unstable-v1.c
wayland-scanner private-code protocols/primary-selection-unstable-v1.xml primary-selection-unstable-v1.c
wayland-scanner private-code protocols/primary-selection-unstable-v1.xml primary-selection-unstable-v1.c
wayland-scanner private-code protocols/wlr-data-control-unstable-v1.xml wlr-data-control-unstable-v1.c
wayland-scanner private-code protocols/wlr-data-control-unstable-v1.xml wlr-data-control-unstable-v1.c
touch objects/.dirstamp
wayland-scanner private-code protocols/primary-selection-unstable-v1.xml primary-selection-unstable-v1.c
wayland-scanner private-code protocols/wlr-data-control-unstable-v1.xml wlr-data-control-unstable-v1.c
wayland-scanner private-code protocols/xdg-shell.xml xdg-shell.c
wayland-scanner private-code protocols/xdg-shell.xml xdg-shell.c
wayland-scanner private-code protocols/xdg-shell.xml xdg-shell.c
wayland-scanner client-header protocols/ext-data-control-v1.xml ext-data-control-v1.h
wayland-scanner client-header protocols/ext-data-control-v1.xml ext-data-control-v1.h
wayland-scanner private-code protocols/xdg-shell.xml xdg-shell.c
wayland-scanner client-header protocols/primary-selection-unstable-v1.xml primary-selection-unstable-v1.h
wayland-scanner client-header protocols/primary-selection-unstable-v1.xml primary-selection-unstable-v1.h
wayland-scanner client-header protocols/wlr-data-control-unstable-v1.xml wlr-data-control-unstable-v1.h
wayland-scanner client-header protocols/primary-selection-unstable-v1.xml primary-selection-unstable-v1.h
wayland-scanner client-header protocols/ext-data-control-v1.xml ext-data-control-v1.h
wayland-scanner client-header protocols/wlr-data-control-unstable-v1.xml wlr-data-control-unstable-v1.h
cd xxd; CC="gcc" CFLAGS=" -g -O2 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1" LDFLAGS="-L/usr/local/lib -Wl,--as-needed" \
make -f Makefile
wayland-scanner client-header protocols/wlr-data-control-unstable-v1.xml wlr-data-control-unstable-v1.h
wayland-scanner client-header protocols/primary-selection-unstable-v1.xml primary-selection-unstable-v1.h
wayland-scanner client-header protocols/xdg-shell.xml xdg-shell.h
make[2]: Entering directory '/opt/bld/vim/src/xxd'
gcc -g -O2 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -L/usr/local/lib -Wl,--as-needed -DUNIX -o xxd xxd.c
wayland-scanner client-header protocols/xdg-shell.xml xdg-shell.h
wayland-scanner client-header protocols/xdg-shell.xml xdg-shell.h
wayland-scanner client-header protocols/xdg-shell.xml xdg-shell.h
make[2]: Leaving directory '/opt/bld/vim/src/auto/wayland'
make[2]: Leaving directory '/opt/bld/vim/src/auto/wayland'
make[2]: Leaving directory '/opt/bld/vim/src/auto/wayland'
make[2]: Leaving directory '/opt/bld/vim/src/auto/wayland'
Is there a way this can be made to go away (without silencing all the usual make output?
Expected behaviour
I didn't expect a verbose accounting of all the cd
ing that is done having to do with wayland.
Version of Vim
9.1.1845
Environment
Linux Mint 21
Terminal:kitty