From 695f82be0dc7301465ca120355ee99f694daa7b3 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Sun, 30 Nov 2003 22:49:12 +0000 Subject: [PATCH] fixed clean target svn path=/trunk/; revision=6840 --- reactos/tools/cabman/makefile | 4 ++-- reactos/tools/cdmake/Makefile | 4 ++-- reactos/tools/create_nls/Makefile | 6 +++--- reactos/tools/mkhive/Makefile | 4 ++-- reactos/tools/rgenstat/Makefile | 4 ++-- reactos/tools/wmc/makefile | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/reactos/tools/cabman/makefile b/reactos/tools/cabman/makefile index 948343341fe..9b48548ae8c 100755 --- a/reactos/tools/cabman/makefile +++ b/reactos/tools/cabman/makefile @@ -40,8 +40,8 @@ clean: endif ifeq ($(HOST),mingw32-windows) clean: - del *.o - del cabman$(EXE_POSTFIX) + -del *.o + -del cabman$(EXE_POSTFIX) endif .phony: clean diff --git a/reactos/tools/cdmake/Makefile b/reactos/tools/cdmake/Makefile index 6b3bc0dafe1..dc7664f85e4 100644 --- a/reactos/tools/cdmake/Makefile +++ b/reactos/tools/cdmake/Makefile @@ -29,8 +29,8 @@ clean: endif ifeq ($(HOST),mingw32-windows) clean: - del *.o - del cdmake$(EXE_POSTFIX) + -del *.o + -del cdmake$(EXE_POSTFIX) endif .phony: clean diff --git a/reactos/tools/create_nls/Makefile b/reactos/tools/create_nls/Makefile index bdcfad327b1..d96656d0210 100644 --- a/reactos/tools/create_nls/Makefile +++ b/reactos/tools/create_nls/Makefile @@ -26,8 +26,8 @@ clean: endif ifeq ($(HOST),mingw32-windows) clean: - del *.o - del create_nls$(EXE_POSTFIX) + -del *.o + -del create_nls$(EXE_POSTFIX) endif .phony: clean @@ -43,7 +43,7 @@ clean_nls: endif ifeq ($(HOST),mingw32-windows) clean_nls: - del ..\..\media\nls\*.nls + -del ..\..\media\nls\*.nls endif .phony: clean_nls diff --git a/reactos/tools/mkhive/Makefile b/reactos/tools/mkhive/Makefile index 2b3bfe5545f..248acaf7508 100644 --- a/reactos/tools/mkhive/Makefile +++ b/reactos/tools/mkhive/Makefile @@ -38,8 +38,8 @@ clean: endif ifeq ($(HOST),mingw32-windows) clean: - del *.o - del mkhive$(EXE_POSTFIX) + -del *.o + -del mkhive$(EXE_POSTFIX) endif .phony: clean diff --git a/reactos/tools/rgenstat/Makefile b/reactos/tools/rgenstat/Makefile index 2befe0d67e0..9cad0150176 100755 --- a/reactos/tools/rgenstat/Makefile +++ b/reactos/tools/rgenstat/Makefile @@ -26,8 +26,8 @@ clean: endif ifeq ($(HOST),mingw32-windows) clean: - del *.o - del rgenstat$(EXE_POSTFIX) + -del *.o + -del rgenstat$(EXE_POSTFIX) endif web/apistatus.html: web/apistatus.xml web/rapistatus.xsl diff --git a/reactos/tools/wmc/makefile b/reactos/tools/wmc/makefile index ee412decbcc..5a471b5247b 100644 --- a/reactos/tools/wmc/makefile +++ b/reactos/tools/wmc/makefile @@ -47,8 +47,8 @@ clean: endif ifeq ($(HOST),mingw32-windows) clean: - del *.o - del wmc$(EXE_POSTFIX) + -del *.o + -del wmc$(EXE_POSTFIX) endif .phony: clean