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: