# HG changeset patch # User thomask # Date 1173478400 0 # Node ID 44b8263c91ea3d591aded14db6701e4fc109d3bd # Parent be2b20dc0eb432e7778d19fef209966b22ff60c4 remove obsolete files in obj/* diff -r be2b20dc0eb4 -r 44b8263c91ea Makefile.parallel --- a/Makefile.parallel Thu Mar 08 16:36:19 2007 +0000 +++ b/Makefile.parallel Fri Mar 09 22:13:20 2007 +0000 @@ -3,7 +3,7 @@ # $Author$ # # experimental parallel GnuMakefile for DStress http://dstress.kuehne.cn/www/dstress.html -# Copyright (C) 2006 Thomas Kuehne +# Copyright (C) 2006, 2007 Thomas Kuehne # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -45,7 +45,7 @@ endif ifndef RM -RM := rm -f -- +RM := rm -rf -- endif find := find @@ -91,6 +91,7 @@ compile/%.exe : compile/% tools @$(dstress) $(torture)compile $< > obj/$(notdir $<)$(logsuffix) @$(CAT) obj/$(notdir $<)$(logsuffix) + @$(RM) obj/$(basename $(notdir $<))* # # nocompile @@ -100,6 +101,7 @@ nocompile/%.exe : nocompile/% tools @$(dstress) $(torture)nocompile $< > obj/$(notdir $<)$(logsuffix) @$(CAT) obj/$(notdir $<)$(logsuffix) + @$(RM) obj/$(basename $(notdir $<))* # # norun @@ -109,6 +111,7 @@ norun/%.exe : norun/% tools @$(dstress) $(torture)norun $< > obj/$(notdir $<)$(logsuffix) @$(CAT) obj/$(notdir $<)$(logsuffix) + @$(RM) obj/$(basename $(notdir $<))* # # run @@ -118,6 +121,7 @@ run/%.exe : run/% tools @$(dstress) $(torture)run $< > obj/$(notdir $<)$(logsuffix) @$(CAT) obj/$(notdir $<)$(logsuffix) + @$(RM) obj/$(basename $(notdir $<))* # # clean @@ -138,7 +142,7 @@ $(RM) obj/[k-o]*.* $(RM) obj/[p-t]*.* $(RM) obj/[u-z]*.* - $(RM) -rf obj/* + $(RM) obj/* $(RM) run.sh norun.sh compile.sh nocompile.sh $(RM) $(dstress) $(crashRun)