[iortcw] 411/497: All: Maybe fix old MSYS when there is an empty for loop

Simon McVittie smcv at debian.org
Fri Sep 8 10:37:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to annotated tag 1.42d
in repository iortcw.

commit 801f4a0baa24e3cf59f4351146a937b474cef162
Author: Donny <M4N4T4RMS at gmail.com>
Date:   Tue Oct 20 07:13:07 2015 -0400

    All: Maybe fix old MSYS when there is an empty for loop
---
 MP/Makefile | 2 +-
 SP/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/MP/Makefile b/MP/Makefile
index 435f4fd..5f1ff8a 100644
--- a/MP/Makefile
+++ b/MP/Makefile
@@ -1334,7 +1334,7 @@ endif
 
 NAKED_TARGETS=$(shell echo $(TARGETS) | sed -e "s!$(B)/!!g")
 
-print_list=@for i in $(1); \
+print_list=- at for i in $(1); \
      do \
              echo "    $$i"; \
      done
diff --git a/SP/Makefile b/SP/Makefile
index 245a5a4..f6de890 100644
--- a/SP/Makefile
+++ b/SP/Makefile
@@ -1318,7 +1318,7 @@ endif
 
 NAKED_TARGETS=$(shell echo $(TARGETS) | sed -e "s!$(B)/!!g")
 
-print_list=@for i in $(1); \
+print_list=- at for i in $(1); \
      do \
              echo "    $$i"; \
      done

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git



More information about the Pkg-games-commits mailing list