Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
76c729fe
Commit
76c729fe
authored
May 06, 1998
by
simonm
Browse files
[project @ 1998-05-06 15:10:40 by simonm]
use SRC_HC_OPTS, not HC_OPTS.
parent
bfba3605
Changes
15
Hide whitespace changes
Inline
Side-by-side
ghc/tests/ccall/should_compile/Makefile
View file @
76c729fe
...
...
@@ -2,7 +2,7 @@ TOP = ../..
include
$(TOP)/mk/boilerplate.mk
include
$(TOP)/mk/should_compile.mk
HC_OPTS
+=
-noC
-dcore-lint
-fglasgow-exts
SRC_
HC_OPTS
+=
-noC
-dcore-lint
-fglasgow-exts
# Note that these tests are still in a state of flux... don't believe errors
# they report. In fact, these aren't really very good tests at all...
...
...
ghc/tests/ccall/should_fail/Makefile
View file @
76c729fe
...
...
@@ -2,6 +2,6 @@ TOP = ../..
include
$(TOP)/mk/boilerplate.mk
include
$(TOP)/mk/should_fail.mk
HC_OPTS
+=
-noC
-fglasgow-exts
SRC_
HC_OPTS
+=
-noC
-fglasgow-exts
include
$(TOP)/mk/target.mk
ghc/tests/codeGen/should_run/Makefile
View file @
76c729fe
...
...
@@ -2,7 +2,7 @@ TOP = ../..
include
$(TOP)/mk/boilerplate.mk
include
$(TOP)/mk/should_run.mk
HC_OPTS
+=
-dcore-lint
SRC_
HC_OPTS
+=
-dcore-lint
cg012_HC_OPTS
=
-fglasgow-exts
cg015_HC_OPTS
=
-fglasgow-exts
...
...
ghc/tests/deSugar/should_compile/Makefile
View file @
76c729fe
...
...
@@ -2,7 +2,7 @@ TOP = ../..
include
$(TOP)/mk/boilerplate.mk
include
$(TOP)/mk/should_compile.mk
HC_OPTS
+=
-noC
-dcore-lint
SRC_
HC_OPTS
+=
-noC
-dcore-lint
ds035_HC_OPTS
=
-fglasgow-exts
...
...
ghc/tests/deriving/should_compile/Makefile
View file @
76c729fe
...
...
@@ -2,6 +2,6 @@ TOP = ../..
include
$(TOP)/mk/boilerplate.mk
include
$(TOP)/mk/should_compile.mk
HC_OPTS
+=
-noC
-dcore-lint
-nohi
SRC_
HC_OPTS
+=
-noC
-dcore-lint
-nohi
include
$(TOP)/mk/target.mk
ghc/tests/deriving/should_fail/Makefile
View file @
76c729fe
...
...
@@ -2,6 +2,6 @@ TOP = ../..
include
$(TOP)/mk/boilerplate.mk
include
$(TOP)/mk/should_fail.mk
HC_OPTS
+=
-noC
SRC_
HC_OPTS
+=
-noC
include
$(TOP)/mk/target.mk
ghc/tests/deriving/should_run/Makefile
View file @
76c729fe
...
...
@@ -2,6 +2,6 @@ TOP = ../..
include
$(TOP)/mk/boilerplate.mk
include
$(TOP)/mk/should_run.mk
HC_OPTS
+=
-dcore-lint
SRC_
HC_OPTS
+=
-dcore-lint
include
$(TOP)/mk/target.mk
ghc/tests/printing/should_compile/Makefile
View file @
76c729fe
...
...
@@ -2,7 +2,7 @@ TOP = ../..
include
$(TOP)/mk/boilerplate.mk
include
$(TOP)/mk/should_compile.mk
HC_OPTS
+=
-noC
-dcore-lint
-hi-with-declarations
-hi-with-exports
-hi-with-instances
-hi-with-fixities
-ddump-tc
SRC_
HC_OPTS
+=
-noC
-dcore-lint
-hi-with-declarations
-hi-with-exports
-hi-with-instances
-hi-with-fixities
-ddump-tc
print002_HC_OPTS
=
-fno-implicit-prelude
...
...
ghc/tests/reader/should_fail/Makefile
View file @
76c729fe
...
...
@@ -2,6 +2,6 @@ TOP = ../..
include
$(TOP)/mk/boilerplate.mk
include
$(TOP)/mk/should_fail.mk
HC_OPTS
+=
-noC
-ddump-rdr
SRC_
HC_OPTS
+=
-noC
-ddump-rdr
include
$(TOP)/mk/target.mk
ghc/tests/rename/should_compile/Makefile
View file @
76c729fe
...
...
@@ -2,7 +2,7 @@ TOP = ../..
include
$(TOP)/mk/boilerplate.mk
include
$(TOP)/mk/should_compile.mk
HC_OPTS
+=
-noC
-dcore-lint
SRC_
HC_OPTS
+=
-noC
-dcore-lint
rn017_HC_OPTS
=
-hi
...
...
ghc/tests/rename/should_fail/Makefile
View file @
76c729fe
...
...
@@ -2,6 +2,6 @@ TOP = ../..
include
$(TOP)/mk/boilerplate.mk
include
$(TOP)/mk/should_fail.mk
HC_OPTS
+=
-noC
SRC_
HC_OPTS
+=
-noC
include
$(TOP)/mk/target.mk
ghc/tests/simplCore/should_compile/Makefile
View file @
76c729fe
...
...
@@ -2,7 +2,7 @@ TOP = ../..
include
$(TOP)/mk/boilerplate.mk
include
$(TOP)/mk/should_compile.mk
HC_OPTS
+=
-noC
-dcore-lint
SRC_
HC_OPTS
+=
-noC
-dcore-lint
include
$(TOP)/mk/target.mk
...
...
ghc/tests/typecheck/should_compile/Makefile
View file @
76c729fe
...
...
@@ -2,7 +2,7 @@ TOP = ../..
include
$(TOP)/mk/boilerplate.mk
include
$(TOP)/mk/should_compile.mk
HC_OPTS
+=
-noC
-dcore-lint
-fno-warn-incomplete-patterns
-hi-with-declarations
-hi-with-instances
-hi-with-exports
SRC_
HC_OPTS
+=
-noC
-dcore-lint
-fno-warn-incomplete-patterns
-hi-with-declarations
-hi-with-instances
-hi-with-exports
tc019_HC_OPTS
=
-fglasgow-exts
tc065_HC_OPTS
=
-syslib
misc
...
...
ghc/tests/typecheck/should_fail/Makefile
View file @
76c729fe
...
...
@@ -2,7 +2,7 @@ TOP = ../..
include
$(TOP)/mk/boilerplate.mk
include
$(TOP)/mk/should_fail.mk
HC_OPTS
+=
-noC
SRC_
HC_OPTS
+=
-noC
tcfail045_HC_OPTS
=
-fglasgow-exts
tcfail068_HC_OPTS
=
-fglasgow-exts
...
...
ghc/tests/typecheck/should_run/Makefile
View file @
76c729fe
...
...
@@ -2,6 +2,6 @@ TOP = ../..
include
$(TOP)/mk/boilerplate.mk
include
$(TOP)/mk/should_run.mk
HC_OPTS
+=
-dcore-lint
SRC_
HC_OPTS
+=
-dcore-lint
include
$(TOP)/mk/target.mk
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment