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:
parent
9ed42aa338
commit
0e1400fb80
4
Makefile
4
Makefile
@ -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"; \
|
||||
|
Loading…
Reference in New Issue
Block a user