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

2017-09-08 Thread Simon McVittie
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 
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=-@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=-@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

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


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

2016-09-21 Thread Simon McVittie
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 
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=-@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=-@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

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits