# HG changeset patch # User thomask # Date 1142419569 0 # Node ID 1173272680e3ea6ba7d820f9e996268acd76aab6 # Parent 6b0b46bab6de16263fe6224fda89ba5964d9da62 fixed crashRun building diff -r 6b0b46bab6de -r 1173272680e3 Makefile.parallel --- a/Makefile.parallel Wed Mar 15 08:41:32 2006 +0000 +++ b/Makefile.parallel Wed Mar 15 10:46:09 2006 +0000 @@ -65,15 +65,15 @@ torture := endif -dstress := ./dstress.exe -crashRun := ./crashRun.exe +dstress := ./dstress +crashRun := ./crashRun logsuffix := .outlog -.PHONY:: all all_prep all_real clean compile nocompile norun run tools version +.PHONY:: all clean compile nocompile norun run tools version -all : version compile nocompile run norun +all :: version compile nocompile run norun -%.exe : %.c +% : %.c $(CC) $(CFLAGS) $< -o $@ tools : $(dstress) $(crashRun) @@ -123,8 +123,7 @@ # clean # # - -clean : +clean :: $(RM) -- $(shell $(find) run -name "*exe") $(RM) -- $(shell $(find) norun -name "*exe") $(RM) -- $(shell $(find) compile -name "*exe")