From 5a17bfd631e137be20f6cb0a308b5803cd8dbdb5 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Wed, 18 Feb 2015 11:59:53 +0000 Subject: [PATCH] don't need + when using variable --- examples/app_launch/Makefile | 2 +- examples/audio/mic/Makefile | 2 +- examples/get_system_language/Makefile | 2 +- examples/gpu/Makefile | 2 +- examples/graphics/printing/hello-world/Makefile | 2 +- examples/http/Makefile | 2 +- examples/libapplet_launch/Makefile | 2 +- examples/mvd/Makefile | 2 +- examples/qtm/Makefile | 2 +- examples/sdmc/Makefile | 2 +- examples/templates/application/Makefile | 2 +- examples/templates/library/Makefile | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/examples/app_launch/Makefile b/examples/app_launch/Makefile index bb6b45d..8dce08d 100644 --- a/examples/app_launch/Makefile +++ b/examples/app_launch/Makefile @@ -120,7 +120,7 @@ all: $(BUILD) $(BUILD): @[ -d $@ ] || mkdir -p $@ - @+$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile + @$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile #--------------------------------------------------------------------------------- clean: diff --git a/examples/audio/mic/Makefile b/examples/audio/mic/Makefile index bb6b45d..8dce08d 100644 --- a/examples/audio/mic/Makefile +++ b/examples/audio/mic/Makefile @@ -120,7 +120,7 @@ all: $(BUILD) $(BUILD): @[ -d $@ ] || mkdir -p $@ - @+$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile + @$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile #--------------------------------------------------------------------------------- clean: diff --git a/examples/get_system_language/Makefile b/examples/get_system_language/Makefile index ff1c11a..e6815d1 100644 --- a/examples/get_system_language/Makefile +++ b/examples/get_system_language/Makefile @@ -124,7 +124,7 @@ all: $(BUILD) $(BUILD): @[ -d $@ ] || mkdir -p $@ - @+$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile + @$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile #--------------------------------------------------------------------------------- clean: diff --git a/examples/gpu/Makefile b/examples/gpu/Makefile index 076fc4b..f0728dc 100644 --- a/examples/gpu/Makefile +++ b/examples/gpu/Makefile @@ -120,7 +120,7 @@ all: $(BUILD) $(BUILD): @[ -d $@ ] || mkdir -p $@ - @+$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile + @$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile #--------------------------------------------------------------------------------- clean: diff --git a/examples/graphics/printing/hello-world/Makefile b/examples/graphics/printing/hello-world/Makefile index bb6b45d..8dce08d 100755 --- a/examples/graphics/printing/hello-world/Makefile +++ b/examples/graphics/printing/hello-world/Makefile @@ -120,7 +120,7 @@ all: $(BUILD) $(BUILD): @[ -d $@ ] || mkdir -p $@ - @+$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile + @$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile #--------------------------------------------------------------------------------- clean: diff --git a/examples/http/Makefile b/examples/http/Makefile index bb6b45d..8dce08d 100644 --- a/examples/http/Makefile +++ b/examples/http/Makefile @@ -120,7 +120,7 @@ all: $(BUILD) $(BUILD): @[ -d $@ ] || mkdir -p $@ - @+$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile + @$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile #--------------------------------------------------------------------------------- clean: diff --git a/examples/libapplet_launch/Makefile b/examples/libapplet_launch/Makefile index bb6b45d..8dce08d 100644 --- a/examples/libapplet_launch/Makefile +++ b/examples/libapplet_launch/Makefile @@ -120,7 +120,7 @@ all: $(BUILD) $(BUILD): @[ -d $@ ] || mkdir -p $@ - @+$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile + @$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile #--------------------------------------------------------------------------------- clean: diff --git a/examples/mvd/Makefile b/examples/mvd/Makefile index bb6b45d..8dce08d 100644 --- a/examples/mvd/Makefile +++ b/examples/mvd/Makefile @@ -120,7 +120,7 @@ all: $(BUILD) $(BUILD): @[ -d $@ ] || mkdir -p $@ - @+$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile + @$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile #--------------------------------------------------------------------------------- clean: diff --git a/examples/qtm/Makefile b/examples/qtm/Makefile index ff1c11a..e6815d1 100644 --- a/examples/qtm/Makefile +++ b/examples/qtm/Makefile @@ -124,7 +124,7 @@ all: $(BUILD) $(BUILD): @[ -d $@ ] || mkdir -p $@ - @+$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile + @$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile #--------------------------------------------------------------------------------- clean: diff --git a/examples/sdmc/Makefile b/examples/sdmc/Makefile index bb6b45d..8dce08d 100644 --- a/examples/sdmc/Makefile +++ b/examples/sdmc/Makefile @@ -120,7 +120,7 @@ all: $(BUILD) $(BUILD): @[ -d $@ ] || mkdir -p $@ - @+$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile + @$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile #--------------------------------------------------------------------------------- clean: diff --git a/examples/templates/application/Makefile b/examples/templates/application/Makefile index ff1c11a..e6815d1 100644 --- a/examples/templates/application/Makefile +++ b/examples/templates/application/Makefile @@ -124,7 +124,7 @@ all: $(BUILD) $(BUILD): @[ -d $@ ] || mkdir -p $@ - @+$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile + @$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile #--------------------------------------------------------------------------------- clean: diff --git a/examples/templates/library/Makefile b/examples/templates/library/Makefile index 85fad4b..887909f 100644 --- a/examples/templates/library/Makefile +++ b/examples/templates/library/Makefile @@ -90,7 +90,7 @@ lib: $(BUILD): lib @[ -d $@ ] || mkdir -p $@ - @+$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile + @$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile #--------------------------------------------------------------------------------- clean: