[m-rev.] trivial diff: remove references to .rt grades in tests
Julien Fischer
juliensf at csse.unimelb.edu.au
Tue May 18 13:05:48 AEST 2010
tests/debugger/declarative/Mmakefile:
Delete residual references to the .rt grades.
Julien.
Index: debugger/declarative/Mmakefile
===================================================================
RCS file: /home/mercury/mercury1/repository/tests/debugger/declarative/Mmakefile,v
retrieving revision 1.101
diff -u -r1.101 Mmakefile
--- debugger/declarative/Mmakefile 5 Feb 2010 04:16:15 -0000 1.101
+++ debugger/declarative/Mmakefile 18 May 2010 03:02:26 -0000
@@ -140,28 +140,23 @@
# or Erlang grades or deep profiling (profdeep) grades.
# Base grades `jump' and `fast' cannot be used with
# stack layouts (which are required for tracing).
-# Currently, declarative debugging does not work in `rt' grades.
# Also, declarative debugging only works in `.gc' grades.
ifeq "$(filter hl% il% java% erlang%,$(GRADE))$(findstring profdeep,$(GRADE))" ""
ifneq "$(findstring .gc,$(GRADE))" ""
- ifneq "$(findstring rt,$(GRADE))" ""
- PROGS=
- else
- ifneq "$(findstring asm_,$(GRADE))" ""
- PROGS=$(PROGS_2)
- else
- ifneq "$(findstring jump,$(GRADE))" ""
- PROGS=
- else
- ifneq "$(findstring fast,$(GRADE))" ""
- PROGS=
- else
- PROGS=$(PROGS_2)
- endif
- endif
- endif
- endif
+ ifneq "$(findstring asm_,$(GRADE))" ""
+ PROGS=$(PROGS_2)
+ else
+ ifneq "$(findstring jump,$(GRADE))" ""
+ PROGS=
+ else
+ ifneq "$(findstring fast,$(GRADE))" ""
+ PROGS=
+ else
+ PROGS=$(PROGS_2)
+ endif
+ endif
+ endif
else
PROGS=
endif
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list