Re: Unnecessary bash warning message

2023-05-07 Thread alex xmb ratchev
On Mon, May 8, 2023, 04:07 Hyunho Cho wrote: > ### > > Machine: x86_64 > OS: linux-gnu > Compiler: gcc > Compilation CFLAGS: -g -O2 -flto=auto -ffat-lto-objects -flto=auto > -ffat-lto-objects -fstack-protector-strong -Wformat > -Werror=format-se

Unnecessary bash warning message

2023-05-07 Thread Hyunho Cho
### Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -g -O2 -flto=auto -ffat-lto-objects -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wall uname output: Linux EliteBook 6.2.0-20-generic #2

Building loadables depends on main build

2023-05-07 Thread Christian Weisgerber
Building the loadable modules depends on files created during the main build. However, the Makefile doesn't record any such dependency. Running for instance "make -j10 all loadables" will fail due to a lack of enforced sequencing. A straightforward fix would be to make the "loadables" target depe