From 7f57a00a601b6ba69b954f93aa9c29c7d7b22c55 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 19 Oct 2010 09:46:37 +0200 Subject: The all target conflicts with the directory name --- dist/tests/cxx/parser/validation/nmakefile | 2 +- dist/tests/cxx/serializer/nmakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/tests/cxx/parser/validation/nmakefile b/dist/tests/cxx/parser/validation/nmakefile index e8a2501..cc26610 100644 --- a/dist/tests/cxx/parser/validation/nmakefile +++ b/dist/tests/cxx/parser/validation/nmakefile @@ -10,7 +10,7 @@ dirs = $(dirs) all any attribute choice restriction sequence !endif !endif -all: +_all: @for %i in ( $(dirs) ) do \ @cmd /c "echo entering %i && cd %i && $(MAKE) /nologo /f nmakefile" || exit 1 diff --git a/dist/tests/cxx/serializer/nmakefile b/dist/tests/cxx/serializer/nmakefile index 2709886..0be5fc3 100644 --- a/dist/tests/cxx/serializer/nmakefile +++ b/dist/tests/cxx/serializer/nmakefile @@ -44,7 +44,7 @@ dirs = $(dirs) validation !endif -all: +_all: @for %i in ( $(dirs) ) do \ @cmd /c "echo entering %i && cd %i && $(MAKE) /nologo /f nmakefile" || exit 1 -- cgit v1.1