ref: cb62076f8c5f0ea56dabb154912949e63ba59e9e
parent: 8034e567f1e94de9ae3cf1a2a6b90230fe865b7f
author: ISSOtm <[email protected]>
date: Fri Mar 6 13:15:32 EST 2020
Use `$(MAKE)` instead of `make` in `develop`
--- a/Makefile
+++ b/Makefile
@@ -210,7 +210,7 @@
# compilation and make the continous integration infrastructure return failure.
develop:
- $Qenv make -j WARNFLAGS="-Werror -Wall -Wextra -Wpedantic \
+ $Qenv $(MAKE) -j WARNFLAGS="-Werror -Wall -Wextra -Wpedantic \
-Wno-sign-compare -Wformat -Wformat-security -Wformat-overflow=2 \
-Wformat-truncation=1 -Wformat-y2k -Wswitch-enum -Wunused \
-Wuninitialized -Wunknown-pragmas -Wstrict-overflow=5 \