Skip to content
Snippets Groups Projects
Commit ad4dc1e5 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-12-17 13:10:30 by simonm]

use '----' instead of '***' so as not to get confuesd with error messages
parent 4a8b5328
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ HS_SRCS = $(wildcard *.hs) ...@@ -6,7 +6,7 @@ HS_SRCS = $(wildcard *.hs)
SRC_RUNTEST_OPTS += -o1 $*.stdout -o2 $*.stderr -x 0 SRC_RUNTEST_OPTS += -o1 $*.stdout -o2 $*.stderr -x 0
%.o : %.hs %.o : %.hs
@echo \*\*\* Testing for successful compilation of $< @echo ---- Testing for successful compilation of $<
@$(RUNTEST) $(HC) $(RUNTEST_OPTS) -- $(HC_OPTS) -c $< -o $@ @$(RUNTEST) $(HC) $(RUNTEST_OPTS) -- $(HC_OPTS) -c $< -o $@
all :: $(HS_OBJS) all :: $(HS_OBJS)
......
...@@ -6,7 +6,7 @@ HS_SRCS = $(wildcard *.hs) ...@@ -6,7 +6,7 @@ HS_SRCS = $(wildcard *.hs)
SRC_RUNTEST_OPTS += -o1 $*.stdout -o2 $*.stderr -x 1 SRC_RUNTEST_OPTS += -o1 $*.stdout -o2 $*.stderr -x 1
%.o : %.hs %.o : %.hs
@echo \*\*\* Testing for failure to compile $< @echo ---- Testing for failure to compile $<
@$(RUNTEST) $(HC) $(RUNTEST_OPTS) -- $(HC_OPTS) -c $< -o $@ @$(RUNTEST) $(HC) $(RUNTEST_OPTS) -- $(HC_OPTS) -c $< -o $@
all :: $(HS_OBJS) all :: $(HS_OBJS)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment