1
0
mirror of https://git.disroot.org/80486DX2-66/polonium.git synced 2024-11-23 05:33:03 +05:30

Makefile: make proper use of printf

This commit is contained in:
Intel A80486DX2-66 2024-11-20 02:19:07 +03:00
parent 9ed42aa338
commit 0e1400fb80
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -109,8 +109,8 @@ available, attempting to build\n"; \
basename=$$(basename "$$file"); \
workfile="$(TESTDIR)/$$basename"; \
cp "$$file" "$$workfile" || exit 1; \
printf -- "--- [*] $(EXECUTABLE) $$(basename "$$workfile") \
$(PROGRAM_ARGS)\n"; \
printf -- "--- [*] %s %s %s\n" "$(EXECUTABLE)" \
"$$(basename "$$workfile")" "$(PROGRAM_ARGS)"; \
$(EXECPATH) "$$workfile" $(PROGRAM_ARGS) > $(EXEC_LOG) 2>&1; \
if [ "$$?" -ne "0" ]; then \
printf -- "[!] Polonium failed:\n"; \